Simple Implementation of DynamoDB APIs for a Bidding Application,

To create the DynamoDB Table run "npm run create:bid-table"

to run the docker instance for the local dynamoDB run "docker-compose -f docker-compose.dynamo.yml up" for see your table GUI locally install and use "dynamodb-admin" node package

if you have a remote dynamoDB instance update your config in the docker-compose.yml file

run the "docker-compose up" command to start the application

postman api docs: https://www.getpostman.com/collections/dfbf6da423d2891a1949