Skip to content

Simple Terraform module using AWS Lambda triggered by API Gatway with a handler written in Go

Notifications You must be signed in to change notification settings

joematune/go-lambda-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Modules with Lambda & API Gateway & SQS in Go

Requirements

Make & deploy & demo app

  1. make init - Install terraform dependencies
  2. make deploy - Build Go binary for lambda and create cloud resources
  3. In another terminal, make tail_api - tail CloudWatch logs
  4. make post - Post to API Gateway endpoint
  5. In another terminal, make tail_sqs - tail CloudWatch logs
  6. make send - Post to API Gateway endpoint
  7. make destroy - Clean up ~ remove all resources

About

Simple Terraform module using AWS Lambda triggered by API Gatway with a handler written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published