Example project of @thothom/dynamodb.
See the docs at: https://thothom.com/docs/plugins/dynamodb
- Run
yarnto install the dependencies - Create a
.envfile based on.env.sample - Add the AWS env vars to
.envfile - Create a table
examplewith the primary keyidat AWS DynamoDB - Run
yarn startto start the app - Done! You can start to play now :)
| Route | Method | Description |
|---|---|---|
http://localhost:3000 |
POST |
Create |
http://localhost:3000 |
PUT |
Update |
http://localhost:3000 |
GET |
List |
http://localhost:3000 |
DELETE |
Delete |
