You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cognito): Implement user pool and user pool client constructs (#1615)
This commit adds initial support for Cognito User Pools.
`UserPool` allows selecting the type of sign-in (username vs email, etc)
with options consistent with what is presented in the console.
`UserPool` also supports setting alias attributes & auto-verified attributes,
as well as setting Lambda function triggers.
A basic implementation of app clients is implemented in `UserPoolClient`.
0 commit comments