A backend api powered by aws lambda that uses dynamodb as a database.
- Run
yarn install - To get DynamoDB running locally, run
yarn install:dynamo-offline- You will need the java runtime installed
- The endpoints expect data to already be in DynamoDB AttributeValue object format
- to automatically convert your data before sending it, use
AWS.DynamoDB.Converter.marshall(item)in your project.
- to automatically convert your data before sending it, use
- Run
yarn sls:offline"