user-onboarding-api
v1.0.0
Published
An api for user onboarding which includes user signup and signin using AWS Cognito
Downloads
1
Readme
user-onboarding-api"
Description
This is a TypeScript powered HTTP API backend service (Amazon API Gateway V2) to demonstrate complete user onboarding using Amazon Cognito.
- platform: AWS
- language: TypeScript
- runtime/environment: NodeJS
- framewrok: serverless
Start the service
To start the service locally:
npm run start
To deploy the service in AWS:
npm run deploy
To check the code linting:
npm run code-check
To commit the code:
npm run commit