kaihendry / go-web-dynamo-starter

Aims to be a starting point for dynamodb based serverless fun

Home Page:https://d.dabase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Aims to be a starting point for dynamodb based serverless fun

https://d.dabase.com

License:MIT License


Languages

Language:Go 65.0%Language:Shell 13.5%Language:HTML 11.0%Language:Makefile 10.5%