This project is built to demonstrate the account creation using Cognito and Serverless
This is an Serverless project which creates an Cloudformation and then deploys the whole stack.
So it is not necessary any manual action on the server.
Just deploy, and start using the endpoints.
Git clone the project
Install serverless global
npm install -g serverless
npm install
To run it locally, install DynamoDB local first
sls dynamodb install
then run the script
sls offline start
The script of offline start will auto-start the DynamoDB
You will see the local URLs printed in the console