-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support for custom user pool domain, redirect endpoints, and additional pass through settings for Cognito #47
Conversation
…erize lambda settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Found one bug on this in some final validation - Archive file will not be populated if there are no changes from the null_resource exec. Working on a fix for it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, the updates look good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helps when you select approve....
[2.0.0] - 2023-11-23
Added
cognito_user_pool_domain
.cognito_redirect_path
.cognito_additional_settings
.Changed
4.57.0
as this is whenskip_destroy
was introduced on theaws_lambda_function
resource.5.0.0
and greater.nodejs20.x
(wasnodejs14.x
) and make it user configurable via new variablelambda_runtime
.esbuild
to reduce package size.5
seconds (was3
seconds) and make it user configurable via new variablelambda_timeout
.aws-sdk
in favor of@aws-sdk
v3 libraries.Removed
nodejs14.x
andnodejs16.x
lambdas.