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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About


Languages

Language:Go 92.1%Language:Makefile 7.9%