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
- Host: GitHub
- URL: https://github.com/kaihendry/go-web-dynamo-starter
- Owner: kaihendry
- License: mit
- Created: 2021-12-01T10:54:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T20:36:59.000Z (over 1 year ago)
- Last Synced: 2025-03-23T22:13:43.104Z (7 months ago)
- Topics: aws-sdk-go-v2, dynamodb, golang, localdevelopment, salad
- Language: Go
- Homepage: https://d.dabase.com
- Size: 52.7 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.shStart Go Web server
./scripts/start-local-server.sh
If you like this, check out https://github.com/kaihendry/local-audio which builds on this.