- Sample AWS Lambda function written in Golang with DynamoDB as a storage backend
- AWS SNS Topic used as a trigger
- Dependencies management with Dep
- Serverless framework for infrastructure deployment
- Operations with Makefile
- serverless framework
- AWS SAM
- docker & docker-machine for AWS SAM
make
make run
make deploy
test.sh
make undeploy
Additional dependency
go.exe get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip
Issue with AWS SAM and path detection in python
https://github.com/awslabs/aws-sam-cli/issues/461#issuecomment-403231130