Skip to content

fix(lambda): bump the aws-powertools group in /lambdas with 4 updates #4538

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the aws-powertools group in /lambdas with 4 updates: @aws-lambda-powertools/parameters, @aws-lambda-powertools/logger, @aws-lambda-powertools/metrics and @aws-lambda-powertools/tracer.

Updates @aws-lambda-powertools/parameters from 2.17.0 to 2.18.0

Release notes

Sourced from @​aws-lambda-powertools/parameters's releases.

v2.18.0

Summary

This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.

⭐️ Thanks to @​VatsalGoel3 for working on all the new schemas added in this release, as well as @​elliottohara and @​vforgeone for their first contributions!

New Cognito Trigger Schemas

Docs

You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.

Below is a list of schemas we’ve added:

  • PreSignupTriggerSchema
  • PostConfirmationTriggerSchema
  • PreTokenGenerationTriggerSchema
  • CustomMessageTriggerSchema
  • MigrateUserTriggerSchema
  • CustomSMSTriggerSchema
  • CustomEmailTriggerSchema
  • DefineAuthChallengeTriggerSchema
  • CreateAuthChallengeTriggerSchema
  • VerifyAuthChallengeResponseTriggerSchema
  • PreTokenGenerationTriggerSchemaV1
  • PreTokenGenerationTriggerSchemaV2AndV3

For more information, refer to the Amazon Cognito User Pools documentation.

New API Gateway WebSocket Schema

Docs

Use the new APIGatewayProxyWebsocketEventSchema built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.

carbon-6

Changes

🌟New features and non-breaking changes

🌟 Minor Changes

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/parameters's changelog.

2.18.0 (2025-04-07)

Features

  • parser: add Cognito pre-signup trigger schema (#3729) (4116f65)
  • parser: add schema support for API Gateway WebSocket events (#3807) (663d328)
Commits
  • acf2269 chore(ci): bump version to 2.18.0 (#3813)
  • 236ab7f docs(parameters): clarify caching behavior of getAppConfig (#3808)
  • 663d328 feat(parser): add schema support for API Gateway WebSocket events (#3807)
  • e798a70 chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)
  • 99cb22a chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...
  • 9c9e58e chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)
  • aee5c12 chore(deps): bump @​types/node from 22.13.17 to 22.14.0 (#3803)
  • 9a1f866 chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)
  • 5590527 chore(deps): bump @​types/node from 22.13.16 to 22.13.17 (#3800)
  • 4116f65 feat(parser): add Cognito pre-signup trigger schema (#3729)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.17.0 to 2.18.0

Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.18.0

Summary

This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.

⭐️ Thanks to @​VatsalGoel3 for working on all the new schemas added in this release, as well as @​elliottohara and @​vforgeone for their first contributions!

New Cognito Trigger Schemas

Docs

You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.

Below is a list of schemas we’ve added:

  • PreSignupTriggerSchema
  • PostConfirmationTriggerSchema
  • PreTokenGenerationTriggerSchema
  • CustomMessageTriggerSchema
  • MigrateUserTriggerSchema
  • CustomSMSTriggerSchema
  • CustomEmailTriggerSchema
  • DefineAuthChallengeTriggerSchema
  • CreateAuthChallengeTriggerSchema
  • VerifyAuthChallengeResponseTriggerSchema
  • PreTokenGenerationTriggerSchemaV1
  • PreTokenGenerationTriggerSchemaV2AndV3

For more information, refer to the Amazon Cognito User Pools documentation.

New API Gateway WebSocket Schema

Docs

Use the new APIGatewayProxyWebsocketEventSchema built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.

carbon-6

Changes

🌟New features and non-breaking changes

🌟 Minor Changes

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.18.0 (2025-04-07)

Features

  • parser: add Cognito pre-signup trigger schema (#3729) (4116f65)
  • parser: add schema support for API Gateway WebSocket events (#3807) (663d328)
Commits
  • acf2269 chore(ci): bump version to 2.18.0 (#3813)
  • 236ab7f docs(parameters): clarify caching behavior of getAppConfig (#3808)
  • 663d328 feat(parser): add schema support for API Gateway WebSocket events (#3807)
  • e798a70 chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)
  • 99cb22a chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...
  • 9c9e58e chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)
  • aee5c12 chore(deps): bump @​types/node from 22.13.17 to 22.14.0 (#3803)
  • 9a1f866 chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)
  • 5590527 chore(deps): bump @​types/node from 22.13.16 to 22.13.17 (#3800)
  • 4116f65 feat(parser): add Cognito pre-signup trigger schema (#3729)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.17.0 to 2.18.0

Release notes

Sourced from @​aws-lambda-powertools/metrics's releases.

v2.18.0

Summary

This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.

⭐️ Thanks to @​VatsalGoel3 for working on all the new schemas added in this release, as well as @​elliottohara and @​vforgeone for their first contributions!

New Cognito Trigger Schemas

Docs

You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.

Below is a list of schemas we’ve added:

  • PreSignupTriggerSchema
  • PostConfirmationTriggerSchema
  • PreTokenGenerationTriggerSchema
  • CustomMessageTriggerSchema
  • MigrateUserTriggerSchema
  • CustomSMSTriggerSchema
  • CustomEmailTriggerSchema
  • DefineAuthChallengeTriggerSchema
  • CreateAuthChallengeTriggerSchema
  • VerifyAuthChallengeResponseTriggerSchema
  • PreTokenGenerationTriggerSchemaV1
  • PreTokenGenerationTriggerSchemaV2AndV3

For more information, refer to the Amazon Cognito User Pools documentation.

New API Gateway WebSocket Schema

Docs

Use the new APIGatewayProxyWebsocketEventSchema built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.

carbon-6

Changes

🌟New features and non-breaking changes

🌟 Minor Changes

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/metrics's changelog.

2.18.0 (2025-04-07)

Features

  • parser: add Cognito pre-signup trigger schema (#3729) (4116f65)
  • parser: add schema support for API Gateway WebSocket events (#3807) (663d328)
Commits
  • acf2269 chore(ci): bump version to 2.18.0 (#3813)
  • 236ab7f docs(parameters): clarify caching behavior of getAppConfig (#3808)
  • 663d328 feat(parser): add schema support for API Gateway WebSocket events (#3807)
  • e798a70 chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)
  • 99cb22a chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...
  • 9c9e58e chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)
  • aee5c12 chore(deps): bump @​types/node from 22.13.17 to 22.14.0 (#3803)
  • 9a1f866 chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)
  • 5590527 chore(deps): bump @​types/node from 22.13.16 to 22.13.17 (#3800)
  • 4116f65 feat(parser): add Cognito pre-signup trigger schema (#3729)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.17.0 to 2.18.0

Release notes

Sourced from @​aws-lambda-powertools/tracer's releases.

v2.18.0

Summary

This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.

⭐️ Thanks to @​VatsalGoel3 for working on all the new schemas added in this release, as well as @​elliottohara and @​vforgeone for their first contributions!

New Cognito Trigger Schemas

Docs

You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.

Below is a list of schemas we’ve added:

  • PreSignupTriggerSchema
  • PostConfirmationTriggerSchema
  • PreTokenGenerationTriggerSchema
  • CustomMessageTriggerSchema
  • MigrateUserTriggerSchema
  • CustomSMSTriggerSchema
  • CustomEmailTriggerSchema
  • DefineAuthChallengeTriggerSchema
  • CreateAuthChallengeTriggerSchema
  • VerifyAuthChallengeResponseTriggerSchema
  • PreTokenGenerationTriggerSchemaV1
  • PreTokenGenerationTriggerSchemaV2AndV3

For more information, refer to the Amazon Cognito User Pools documentation.

New API Gateway WebSocket Schema

Docs

Use the new APIGatewayProxyWebsocketEventSchema built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.

carbon-6

Changes

🌟New features and non-breaking changes

🌟 Minor Changes

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/tracer's changelog.

2.18.0 (2025-04-07)

Features

  • parser: add Cognito pre-signup trigger schema (#3729) (4116f65)
  • parser: add schema support for API Gateway WebSocket events (#3807) (663d328)
Commits
  • acf2269 chore(ci): bump version to 2.18.0 (#3813)
  • 236ab7f docs(parameters): clarify caching behavior of getAppConfig (#3808)
  • 663d328 feat(parser): add schema support for API Gateway WebSocket events (#3807)
  • e798a70 chore(deps): bump vite from 6.2.4 to 6.2.5 (#3806)
  • 99cb22a chore(deps): bump aws-cdk-lib from 2.187.0 to 2.188.0 in the aws-cdk group ac...
  • 9c9e58e chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3804)
  • aee5c12 chore(deps): bump @​types/node from 22.13.17 to 22.14.0 (#3803)
  • 9a1f866 chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3802)
  • 5590527 chore(deps): bump @​types/node from 22.13.16 to 22.13.17 (#3800)
  • 4116f65 feat(parser): add Cognito pre-signup trigger schema (#3729)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript).


Updates `@aws-lambda-powertools/parameters` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.17.0...v2.18.0)

Updates `@aws-lambda-powertools/logger` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.17.0...v2.18.0)

Updates `@aws-lambda-powertools/metrics` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.17.0...v2.18.0)

Updates `@aws-lambda-powertools/tracer` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.17.0...v2.18.0)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2025 20:26
@npalm npalm merged commit a308819 into main Apr 15, 2025
5 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-powertools-c5c39358e7 branch April 15, 2025 15:45
npalm pushed a commit that referenced this pull request Apr 15, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.5.0](v6.4.3...v6.5.0)
(2025-04-15)

### Notes

* Variable `ami_id_ssm_parameter_name` is deprecated. Pleaee migrate to
`ami.id_ssm_parameter_arn` which is supporting the SSM lookup native via
the launch template instead of overwrite by custom code in the scale-up
lambda.


### Features

* migrate launch template to use SSM for AMI lookup
([#4517](#4517))
([472cc5f](472cc5f))


### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 6 updates
([#4536](#4536))
([acfb6c5](acfb6c5))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4538](#4538))
([a308819](a308819))
* **lambda:** bump the octokit group in /lambdas with 4 updates
([#4537](#4537))
([94f2c9d](94f2c9d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant