An open API service indexing awesome lists of open source software.

https://github.com/kaihendry/go-web-dynamo-starter

Aims to be a starting point for dynamodb based serverless fun
https://github.com/kaihendry/go-web-dynamo-starter

aws-sdk-go-v2 dynamodb golang localdevelopment salad

Last synced: 6 months ago
JSON representation

Aims to be a starting point for dynamodb based serverless fun

Awesome Lists containing this project

README

          

Goal: Develop a AWS dynamodb Web application locally

Runs under an AWS_PROFILE called "mine", you will have to change that to yours when deploying to your AWS account.

Start dynamodb server

./scripts/local-dynamodb.sh
./scripts/create-table.sh

Start Go Web server

./scripts/start-local-server.sh

If you like this, check out https://github.com/kaihendry/local-audio which builds on this.