dmelosantos / auth-service

Project to demonstrate using Cognito and AWS services with Serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%