-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cognito): implement user pool and user pool client constructs #1615
Commits on Jan 26, 2019
-
feat(cognito): implement user pool and user pool client constructs
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`.
Configuration menu - View commit details
-
Copy full SHA for 68f1641 - Browse repository at this point
Copy the full SHA 68f1641View commit details -
Merge branch 'master' of https://github.com/awslabs/aws-cdk into dotx…
…lem/cognito-user-pool
Configuration menu - View commit details
-
Copy full SHA for bbc5f7e - Browse repository at this point
Copy the full SHA bbc5f7eView commit details
Commits on Jan 28, 2019
-
Some formatting & safe traversal changes (trivial). Replacing `lambda.Function` with `lambda.IFunction`.
Configuration menu - View commit details
-
Copy full SHA for 2c947f6 - Browse repository at this point
Copy the full SHA 2c947f6View commit details -
implemented most of the requested changes.
need to write more tests and confirm the build is still successful
Configuration menu - View commit details
-
Copy full SHA for 39d3ffa - Browse repository at this point
Copy the full SHA 39d3ffaView commit details
Commits on Jan 29, 2019
-
implemented on* methods to add lambda triggers with service permissions
this currently replaces the ability to pass lambdas in props; will fix also still need to write tests to meet coverage threshold
Configuration menu - View commit details
-
Copy full SHA for 3d31e5b - Browse repository at this point
Copy the full SHA 3d31e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07825e1 - Browse repository at this point
Copy the full SHA 07825e1View commit details
Commits on Jan 31, 2019
-
add lambda permission to triggers passed as props
updated docs & added missing tests tests pass at 85% coverage
Configuration menu - View commit details
-
Copy full SHA for 6626b6b - Browse repository at this point
Copy the full SHA 6626b6bView commit details
Commits on Feb 5, 2019
-
Merge branch 'master' into dotxlem/cognito-user-pool
Elad Ben-Israel authoredFeb 5, 2019 Configuration menu - View commit details
-
Copy full SHA for bd9614c - Browse repository at this point
Copy the full SHA bd9614cView commit details