This project has been generated using the aws-nodejs-typescript
template from the Serverless framework.
For detailed instructions, please refer to the documentation.
Serverless framework
LocalStack
export DYNAMODB_SHARE_DB=1
yarn
localstack start
yarn dl
yarn deploy-dev
cd scripts
./create-user.sh qwe@asd.com
Look at the LocalStack container's output to get the confirmation code. An example confirmation code is provided in the following command.
./confirm-user.sh qwe@asd.com 899257
After this step the user should be saved into the DynamoDB table.