exanubes / cognito-user-pool-with-custom-mailer

Repository from exanubes.com for Setup Cognito User Pool with custom emailing service

Home Page:https://exanubes.com/blog/setup-cognito-user-pool-with-custom-emailing-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cognito User Pool with Custom Mailer

Repository from exanubes.com for Setup Cognito User Pool with custom emailing service.

This repository is using AWS CDK v2 and is not compatible with AWS CDK v1 bootstrap stack.

Commands:

Run the following commands inside infrastructure directory for building, deploying and destroying the stacks

npm run build
npm run cdk:deploy -- --all
npm run cdk:destroy -- --all

Both of these commands use the aws-cli sts service to get the account id and aws IAM role exanubes-cloudformation-access in order to dynamically provide role arn. Make sure you're using the account you want to deploy the stacks to and that you have the role created either with the same name or different name and change the scripts in package.json.

About

Repository from exanubes.com for Setup Cognito User Pool with custom emailing service

https://exanubes.com/blog/setup-cognito-user-pool-with-custom-emailing-service


Languages

Language:TypeScript 85.8%Language:JavaScript 5.6%Language:HTML 5.5%Language:CSS 3.2%