Skip to content

Boilerplate code for Lambda (regular and container) with Go deployed with CDK.

License

Notifications You must be signed in to change notification settings

SZubarev/go-lambda-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang AWS Lambda Boilerplate

Boilerplate code of AWS Lambda functions built with Go and deployed with AWS CDK.

The project contains two stacks:

  • Regular Lambda function
  • Containerized Lambda function

Commands:

  • make build - build Linux executable locally
  • make build_docker - build Docker container locally
  • make test - run unit tests
  • make deploy - deploy both stacks to AWS account (defined by default profile)
  • make destroy - destroy both stacks

Useful links:

About

Boilerplate code for Lambda (regular and container) with Go deployed with CDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published