Skip to content

andrew-sol/localstack-appsync-reproduction

Repository files navigation

Serverless

This project has been generated using the aws-nodejs-typescript template from the Serverless framework.

For detailed instructions, please refer to the documentation.

Prerequisites

Serverless framework
LocalStack

Setup

export DYNAMODB_SHARE_DB=1
yarn

Deployment

LocalStack:

localstack start
yarn dl

AWS:

yarn deploy-dev

Register a user

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages