aws-golang-rest-api-with-dynamodb-offline

This is from the repo of Serverless examples, specifically the GO with DyanmoDB https://github.com/serverless/examples/tree/master/aws-golang-rest-api-with-dynamodb

I changed it to make seperate main.go files for each function, and to make it work with serverless-offline and DynamoDB-local in a Docker container

Remember you had to do these things to make it work...