- Create a lambda expression
- Add Api Gateway to this lambda expression
- Go to runtime settings in AWS to set Handler to " main "
- Compile with go build -o main *.go
- Zip your main executable
- Upload your lambda function zip to AWS
- Configure env variables
This is the teams incomming webhook endpoint