Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 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.19.1 to 2.20.0

Release notes

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

v2.20.0

Summary

This release enhances Idempotency to support Valkey- and Redis OSS-compatible databases as a persistence layer. We’ve also added new schemas for AppSync Events APIs and updated existing ones for Amazon DynamoDB and Amazon Kinesis streams.

⭐ A big thank you to @​arnabrahman for working on the Idempotency feature, and @​kiitosu for their contributions!

Using cache databases with Idempotency

Docs

You can now use Valkey- and Redis OSS-compatible databases as a persistence layer for your applications with the Idempotency utility. This allows you to leverage managed services like ElastiCache Serverless, which can scale to hundreds of millions of operations per second with microsecond latency.

To get started, install the latest version of Idempotency along with a cache client:

npm i @aws-lambda-powertools/idempotency @valkey/valkey-glide

Configure the client and pass it to the new CachePersistenceLayer class:

carbon-4

Pass the new persistence layer to any of the Idempotency methods, for example:

carbon-4

If you are currently using Idempotency with Amazon DynamoDB, you can use the new CachePersistenceLayer as a drop-in replacement in your functions.

New and Improved Parser Schemas

Docs

We’ve added two new schemas for AppSync Events APIs and updated two existing ones for Amazon DynamoDB and Amazon Kinesis streams:

Schema Name Description
🆕 AppSyncEventsPublishSchema New schema to parse PUBLISH operation
🆕 AppSyncEventsSubscribeSchema New schema to parse SUBSCRIBE operation
DynamoDBStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields
KinesisDataStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields

Changes

🌟New features and non-breaking changes

... (truncated)

Changelog

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

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)
Commits
  • 23aa1d9 chore(ci): bump version to 2.20.0 (#3943)
  • e2c7e87 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 0c189fd chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3939)
  • 6703248 chore(deps): bump @​types/node from 22.15.18 to 22.15.19 (#3941)
  • 63072ee docs(idempotency): add idempotency doc for CachePersistenceLayer (#3937)
  • 0205a87 feat(parser): add support for tumbling windows in Kinesis and DynamoDB events...
  • a2cb47d chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3935)
  • afaa243 chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 (#3936)
  • 1ac4bdd chore(deps): bump aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1 (...
  • 7ef1630 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3932)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.19.1 to 2.20.0

Release notes

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

v2.20.0

Summary

This release enhances Idempotency to support Valkey- and Redis OSS-compatible databases as a persistence layer. We’ve also added new schemas for AppSync Events APIs and updated existing ones for Amazon DynamoDB and Amazon Kinesis streams.

⭐ A big thank you to @​arnabrahman for working on the Idempotency feature, and @​kiitosu for their contributions!

Using cache databases with Idempotency

Docs

You can now use Valkey- and Redis OSS-compatible databases as a persistence layer for your applications with the Idempotency utility. This allows you to leverage managed services like ElastiCache Serverless, which can scale to hundreds of millions of operations per second with microsecond latency.

To get started, install the latest version of Idempotency along with a cache client:

npm i @aws-lambda-powertools/idempotency @valkey/valkey-glide

Configure the client and pass it to the new CachePersistenceLayer class:

carbon-4

Pass the new persistence layer to any of the Idempotency methods, for example:

carbon-4

If you are currently using Idempotency with Amazon DynamoDB, you can use the new CachePersistenceLayer as a drop-in replacement in your functions.

New and Improved Parser Schemas

Docs

We’ve added two new schemas for AppSync Events APIs and updated two existing ones for Amazon DynamoDB and Amazon Kinesis streams:

Schema Name Description
🆕 AppSyncEventsPublishSchema New schema to parse PUBLISH operation
🆕 AppSyncEventsSubscribeSchema New schema to parse SUBSCRIBE operation
DynamoDBStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields
KinesisDataStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields

Changes

🌟New features and non-breaking changes

... (truncated)

Changelog

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

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)
Commits
  • 23aa1d9 chore(ci): bump version to 2.20.0 (#3943)
  • e2c7e87 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 0c189fd chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3939)
  • 6703248 chore(deps): bump @​types/node from 22.15.18 to 22.15.19 (#3941)
  • 63072ee docs(idempotency): add idempotency doc for CachePersistenceLayer (#3937)
  • 0205a87 feat(parser): add support for tumbling windows in Kinesis and DynamoDB events...
  • a2cb47d chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3935)
  • afaa243 chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 (#3936)
  • 1ac4bdd chore(deps): bump aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1 (...
  • 7ef1630 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3932)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.19.1 to 2.20.0

Release notes

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

v2.20.0

Summary

This release enhances Idempotency to support Valkey- and Redis OSS-compatible databases as a persistence layer. We’ve also added new schemas for AppSync Events APIs and updated existing ones for Amazon DynamoDB and Amazon Kinesis streams.

⭐ A big thank you to @​arnabrahman for working on the Idempotency feature, and @​kiitosu for their contributions!

Using cache databases with Idempotency

Docs

You can now use Valkey- and Redis OSS-compatible databases as a persistence layer for your applications with the Idempotency utility. This allows you to leverage managed services like ElastiCache Serverless, which can scale to hundreds of millions of operations per second with microsecond latency.

To get started, install the latest version of Idempotency along with a cache client:

npm i @aws-lambda-powertools/idempotency @valkey/valkey-glide

Configure the client and pass it to the new CachePersistenceLayer class:

carbon-4

Pass the new persistence layer to any of the Idempotency methods, for example:

carbon-4

If you are currently using Idempotency with Amazon DynamoDB, you can use the new CachePersistenceLayer as a drop-in replacement in your functions.

New and Improved Parser Schemas

Docs

We’ve added two new schemas for AppSync Events APIs and updated two existing ones for Amazon DynamoDB and Amazon Kinesis streams:

Schema Name Description
🆕 AppSyncEventsPublishSchema New schema to parse PUBLISH operation
🆕 AppSyncEventsSubscribeSchema New schema to parse SUBSCRIBE operation
DynamoDBStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields
KinesisDataStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields

Changes

🌟New features and non-breaking changes

... (truncated)

Changelog

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

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)
Commits
  • 23aa1d9 chore(ci): bump version to 2.20.0 (#3943)
  • e2c7e87 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 0c189fd chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3939)
  • 6703248 chore(deps): bump @​types/node from 22.15.18 to 22.15.19 (#3941)
  • 63072ee docs(idempotency): add idempotency doc for CachePersistenceLayer (#3937)
  • 0205a87 feat(parser): add support for tumbling windows in Kinesis and DynamoDB events...
  • a2cb47d chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3935)
  • afaa243 chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 (#3936)
  • 1ac4bdd chore(deps): bump aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1 (...
  • 7ef1630 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3932)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.19.1 to 2.20.0

Release notes

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

v2.20.0

Summary

This release enhances Idempotency to support Valkey- and Redis OSS-compatible databases as a persistence layer. We’ve also added new schemas for AppSync Events APIs and updated existing ones for Amazon DynamoDB and Amazon Kinesis streams.

⭐ A big thank you to @​arnabrahman for working on the Idempotency feature, and @​kiitosu for their contributions!

Using cache databases with Idempotency

Docs

You can now use Valkey- and Redis OSS-compatible databases as a persistence layer for your applications with the Idempotency utility. This allows you to leverage managed services like ElastiCache Serverless, which can scale to hundreds of millions of operations per second with microsecond latency.

To get started, install the latest version of Idempotency along with a cache client:

npm i @aws-lambda-powertools/idempotency @valkey/valkey-glide

Configure the client and pass it to the new CachePersistenceLayer class:

carbon-4

Pass the new persistence layer to any of the Idempotency methods, for example:

carbon-4

If you are currently using Idempotency with Amazon DynamoDB, you can use the new CachePersistenceLayer as a drop-in replacement in your functions.

New and Improved Parser Schemas

Docs

We’ve added two new schemas for AppSync Events APIs and updated two existing ones for Amazon DynamoDB and Amazon Kinesis streams:

Schema Name Description
🆕 AppSyncEventsPublishSchema New schema to parse PUBLISH operation
🆕 AppSyncEventsSubscribeSchema New schema to parse SUBSCRIBE operation
DynamoDBStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields
KinesisDataStreamSchema Added window, state, isFinalInvokeForWindow, isWindowTerminatedEarly, and eventSourceArn fields

Changes

🌟New features and non-breaking changes

... (truncated)

Changelog

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

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)
Commits
  • 23aa1d9 chore(ci): bump version to 2.20.0 (#3943)
  • e2c7e87 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 0c189fd chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3939)
  • 6703248 chore(deps): bump @​types/node from 22.15.18 to 22.15.19 (#3941)
  • 63072ee docs(idempotency): add idempotency doc for CachePersistenceLayer (#3937)
  • 0205a87 feat(parser): add support for tumbling windows in Kinesis and DynamoDB events...
  • a2cb47d chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#3935)
  • afaa243 chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 (#3936)
  • 1ac4bdd chore(deps): bump aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1 (...
  • 7ef1630 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3932)
  • 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.19.1 to 2.20.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.19.1...v2.20.0)

Updates `@aws-lambda-powertools/logger` from 2.19.1 to 2.20.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.19.1...v2.20.0)

Updates `@aws-lambda-powertools/metrics` from 2.19.1 to 2.20.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.19.1...v2.20.0)

Updates `@aws-lambda-powertools/tracer` from 2.19.1 to 2.20.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.19.1...v2.20.0)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.20.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 May 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 26, 2025 19:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
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