Skip to content

Project to demonstrate using Cognito and AWS services with Serverless

Notifications You must be signed in to change notification settings

dmelosantos/auth-service

Repository files navigation

Cognito Account Creation using Serverless

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.

Installation

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

About

Project to demonstrate using Cognito and AWS services with Serverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published