Skip to content

Upgrade: [dependabot] - bump @aws-lambda-powertools/logger from 2.17.0 to 2.18.0 #383

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) 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/logger"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 9, 2025
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot enabled auto-merge (squash) April 9, 2025 02:33
Copy link

sonarqubecloud bot commented Apr 9, 2025

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot merged commit 2a3869a into main Apr 9, 2025
6 checks passed
@eps-autoapprove-dependabot eps-autoapprove-dependabot bot deleted the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.18.0 branch April 9, 2025 02:36
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.

0 participants