Terraform Modules with Lambda & API Gateway & SQS in Go Requirements terraform - Recommended installation with tfswitch go - Recommended installation with g (Go version manager) Make & deploy & demo app make init - Install terraform dependencies make deploy - Build Go binary for lambda and create cloud resources In another terminal, make tail_api - tail CloudWatch logs make post - Post to API Gateway endpoint In another terminal, make tail_sqs - tail CloudWatch logs make send - Post to API Gateway endpoint make destroy - Clean up ~ remove all resources