0.0.9 • Published 4 months ago

auth-user-confirm-signup v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

Easily set Auth in your AWS app with this construct

Authentication Setup Details

The authentication setup involves:

AWS Cognito User Pool and Client:

  • Creation of an AWS Cognito user pool and client for user authentication.
  • Utilization of a Lambda function as a post-confirmation trigger.

Lambda Function for Email Verification Logic:

  • Implementation of a Lambda function that executes logic after the user verifies their email.

DynamoDB User Table:

  • Creation of a DynamoDB user table to store user data.
  • Use of the UserID as the partition key, derived from the Cognito user sub.

Feel free to customize and expand upon this setup based on your specific project requirements.

Install esbuild in your cdk project : npm i esbuild

Architecture and Use case!

architecture

usecase1

deployed state

Blog post Creating auth with fronend

Learning Cognito User and Identity Pool

Learning DynamoDB

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

0.0.0

4 months ago