This project is configured with dynamoose.
First open the main.ts
file and update the credentials with your own aws credentials.
dynamoose.aws.sdk.config.update({
accessKeyId: 'YOUR_ACCESS_KEY',
secretAccessKey: 'YOUR_SECRET_ACCESS_KEY',
region: 'REGION_NAME',
});
Now you can run the project using the following command
yarn start