Skip to content

Releases: disney/terraform-aws-lambda-at-edge-cognito-authentication

v2.1.0

22 Jul 19:52
4086d30
Compare
Choose a tag to compare

Changed

  • Update runtime dependency cognito-at-edge to v1.5.2 (was v1.5.0) which allows deletion of the patch that this project was utilizing.
  • Update pino to v9.3.1 (was v8.16.2)

v2.0.0

22 Nov 15:58
31d01dc
Compare
Choose a tag to compare

Added

  • Added support for Cognito custom user pool domains via new variable cognito_user_pool_domain.
  • Added support for custom redirect endpoint for Cognito@Edge via new variable cognito_redirect_path.
  • Added support for additional Cognito@Edge settings via new variable cognito_additional_settings.

Changed

  • BREAKING Set minimum allowed AWS provider version to 4.57.0 as this is when skip_destroy was introduced on the aws_lambda_function resource.
  • Expand TF AWS provider range to allow support for 5.0.0 and greater.
  • Update Lambda@Edge NodeJS version to nodejs20.x (was nodejs14.x) and make it user configurable via new variable lambda_runtime.
  • Lambda@Edge lambda zip is now bundled via esbuild to reduce package size.
  • Change default lambda timeout to 5 seconds (was 3 seconds) and make it user configurable via new variable lambda_timeout.
  • Remove aws-sdk in favor of @aws-sdk v3 libraries.

Removed

  • BREAKING Drop support for nodejs14.x and nodejs16.x lambdas.

v1.0.1

22 Jun 14:01
836f055
Compare
Choose a tag to compare

[1.0.1] - 2022-06-22

Changed

  • Updated Lambda Dependency cognito-at-edge to 1.2.2 (was 1.2.1).
  • Updated Lambda Dependency axios to 0.27.2 (was 0.26.1).
  • Updated Lambda Dev Dependency aws-sdk to 2.1159.0 (was 2.1094.0).

v1.0.0

21 Jun 19:38
Compare
Choose a tag to compare

[1.0.0] - 2022-06-21

Added

  • Initial Open Source Release 🚀