Skip to content
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

BAU: Bump the aws group across 1 directory with 16 updates #555

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 Jan 17, 2025

Bumps the aws group with 16 updates in the / directory:

Package From To
@aws-sdk/client-dynamodb 3.682.0 3.730.0
@aws-lambda-powertools/commons 1.14.2 2.13.0
@aws-lambda-powertools/logger 2.3.0 2.13.0
@aws-lambda-powertools/metrics 1.14.2 2.13.0
@aws-lambda-powertools/parameters 1.17.0 2.13.0
@aws-lambda-powertools/tracer 1.14.2 2.13.0
@aws-sdk/client-cloudwatch-logs 3.574.0 3.730.0
@aws-sdk/client-ssm 3.363.0 3.730.0
@aws-sdk/client-cloudformation 3.511.0 3.730.0
@aws-sdk/client-eventbridge 3.569.0 3.730.0
@aws-sdk/client-kms 3.458.0 3.730.0
@aws-sdk/client-secrets-manager 3.458.0 3.730.0
@aws-sdk/client-sfn 3.511.0 3.730.0
@aws-sdk/client-sqs 3.569.0 3.730.0
@aws-sdk/lib-dynamodb 3.511.0 3.730.0
@aws-sdk/credential-providers 3.458.0 3.730.0

Updates @aws-sdk/client-dynamodb from 3.682.0 to 3.730.0

Release notes

Sourced from @​aws-sdk/client-dynamodb's releases.

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

For list of updated packages, view updated-packages.md in assets-3.730.0.zip

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-dynamodb's changelog.

3.730.0 (2025-01-16)

Bug Fixes

  • nested-clients: create nested clients for internal use (#6791) (5c53685)

3.726.1 (2025-01-10)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.726.0 (2025-01-09)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.724.0 (2025-01-07)

Features

  • client-dynamodb: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days. (5e4350e)

3.723.0 (2025-01-06)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.721.0 (2025-01-02)

Note: Version bump only for package @​aws-sdk/client-dynamodb

... (truncated)

Commits

Updates @aws-lambda-powertools/commons from 1.14.2 to 2.13.0

Release notes

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

v2.13.0

Summary

In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.

⭐️ Thanks to @​arnabrahman for their contributions to this release!

Full traces when working with Fetch API

Docs

Requests made with the global fetch module now adds X-Ray trace info to requests in the X-Amzn-Trace-Id header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.

Zod schemas with Amazon DynamoDB Attributes

Docs

You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.

carbon

Changes

  • test(parser): refactor appsync schema tests (#3388) by @​svozza
  • chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (#3430) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3437) by @​dependabot

🌟New features and non-breaking changes

  • feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) by @​arnabrahman

🌟 Minor Changes

📜 Documentation updates

... (truncated)

Changelog

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

2.13.0 (2025-01-14)

Bug Fixes

  • tracer: forward X-Amzn-Trace-Id header when instrumenting fetch (#3470) (4eb3e2d)

Features

  • parser: DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) (e154e58)

2.12.0 (2024-12-17)

Bug Fixes

Features

  • logger: change selected method visibility to protected (#3377) (93a19a5)
  • metrics: disable metrics with POWERTOOLS_METRICS_DISABLED (#3351) (7e8578e)
  • metrics: warn when overwriting dimension (#3352) (12f3e44)
  • parser: Add appsync resolver event Zod schemas (#3301) (318f34b)
  • parser: add schema for DynamoDB - Kinesis Stream event (#3328) (a8dfa74)

2.11.0 (2024-11-20)

Bug Fixes

  • metrics: skip empty string dimension values (#3319) (924d49d)
  • parser: add aws region to kinesis event (#3260) (246f132)
  • parser: event type literal for selfManagedKafka (#3325) (5350afe)
  • parser: fix cause errors nested structure (#3250) (1ff97cb)

Features

  • batch: Async Processing of Records for for SQS Fifo (#3160) (e73b575)

... (truncated)

Upgrade guide

Sourced from @​aws-lambda-powertools/commons's upgrade guide.


title: Upgrade guide description: Guide to update between major Powertools for AWS Lambda (TypeScript) versions

End of support v1

!!! warning "On March 13th, 2024, Powertools for AWS Lambda (TypeScript) v1 entered maintenance mode, and has reached End-of-Life on September 1st, 2024. If you are still using v1, we strongly recommend you to upgrade to the latest version."

Given our commitment to all of our customers using Powertools for AWS Lambda (TypeScript), we will keep npm v1 releases and documentation 1.x versions to prevent any disruption.

Migrate from v1 to v2

V2 is focused on official support for ESM (ECMAScript modules). We've made other minimal breaking changes to make your transition to v2 as smooth as possible.

Quick summary

Area Change Code change required
ESM support Added ESM support via dual CommonJS and ESM bundling, enabling top-level await and tree-shaking. -
Middy.js Updated import path for Middy.js middlewares to leverage subpath exports - i.e. @aws-lambda-powertools/tracer/middleware. Yes
Types imports Updated import path for TypeScript types to leverage subpath exports - i.e. @aws-lambda-powertools/logger/types. Yes
Logger Changed log sampling to dynamically switch log level to DEBUG on a percentage of requests. -
Logger Updated custom log formatter to include standard as well as persistent keys. Yes
Logger Removed ContextExamples from @aws-lambda-powertools/commons package. Yes
Logger and Tracer Removed deprecated createLogger and createTracer helper functions in favor of direct instantiation. Yes

First steps

Before you start, we suggest making a copy of your current working project or create a new git branch.

  1. Upgrade Node.js to v18 or higher, Node.js v20 is recommended.
  2. Ensure that you have the latest Powertools for AWS Lambda (TypeScript) version via Lambda Layer or npm.
  3. Review the following sections to confirm whether they apply to your codebase.

ESM support

With support for ES Modules in v2, you can now use import instead of require syntax.

This is especially useful when you want to run asynchronous code during the initialization phase by using top-level await.

import { getSecret } from '@aws-lambda-powertools/parameters/secrets';
// This code will run during the initialization phase of your Lambda function
const myApiKey = await getSecret('my-api-key', { transform: 'json' });
export const handler = async (_event: unknown, _context: unknown) => {
</tr></table>

... (truncated)

Commits
  • 1aade41 chore(ci): bump version to 2.13.0 (#3471)
  • 0ef15a7 test(parser): refactor appsync schema tests (#3388)
  • 4eb3e2d fix(tracer): forward X-Amzn-Trace-Id header when instrumenting fetch (#3470)
  • e154e58 feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#...
  • 149e17f refactor(metrics): swap isDate for instanceof Date (#3462)
  • 1d1e2f9 chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (#3460)
  • 26d6488 chore(deps): bump the typescript group across 1 directory with 4 updates (#3446)
  • bb74ef5 chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (#3...
  • 7a07ccb chore(deps): bump @​types/node from 22.10.2 to 22.10.5 (#3456)
  • bee2df2 chore(deps): bump @​aws-cdk/cli-lib-alpha to 2.174.1-alpha.0 (#3458)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by aws-powertools-bot, a new releaser for @​aws-lambda-powertools/commons since your current version.


Updates @aws-lambda-powertools/logger from 2.3.0 to 2.13.0

Release notes

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

v2.13.0

Summary

In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.

⭐️ Thanks to @​arnabrahman for their contributions to this release!

Full traces when working with Fetch API

Docs

Requests made with the global fetch module now adds X-Ray trace info to requests in the X-Amzn-Trace-Id header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.

Zod schemas with Amazon DynamoDB Attributes

Docs

You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.

carbon

Changes

  • test(parser): refactor appsync schema tests (#3388) by @​svozza
  • chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (#3430) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3437) by @​dependabot

🌟New features and non-breaking changes

  • feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) by @​arnabrahman

🌟 Minor Changes

📜 Documentation updates

... (truncated)

Changelog

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

2.13.0 (2025-01-14)

Bug Fixes

  • tracer: forward X-Amzn-Trace-Id header when instrumenting fetch (#3470) (4eb3e2d)

Features

  • parser: DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) (e154e58)

2.12.0 (2024-12-17)

Bug Fixes

Features

  • logger: change selected method visibility to protected (#3377) (93a19a5)
  • metrics: disable metrics with POWERTOOLS_METRICS_DISABLED (#3351) (7e8578e)
  • metrics: warn when overwriting dimension (#3352) (12f3e44)
  • parser: Add appsync resolver event Zod schemas (#3301) (318f34b)
  • parser: add schema for DynamoDB - Kinesis Stream event (#3328) (a8dfa74)

2.11.0 (2024-11-20)

Bug Fixes

  • metrics: skip empty string dimension values (#3319) (924d49d)
  • parser: add aws region to kinesis event (#3260) (246f132)
  • parser: event type literal for selfManagedKafka (#3325) (5350afe)
  • parser: fix cause errors nested structure (#3250) (1ff97cb)

Features

  • batch: Async Processing of Records for for SQS Fifo (#3160) (e73b575)

... (truncated)

Commits
  • 1aade41 chore(ci): bump version to 2.13.0 (#3471)
  • 0ef15a7 test(parser): refactor appsync schema tests (#3388)
  • 4eb3e2d fix(tracer): forward X-Amzn-Trace-Id header when instrumenting fetch (#3470)
  • e154e58 feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#...
  • 149e17f refactor(metrics): swap isDate for instanceof Date (#3462)
  • 1d1e2f9 chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (#3460)
  • 26d6488 chore(deps): bump the typescript group across 1 directory with 4 updates (#3446)
  • bb74ef5 chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (#3...
  • 7a07ccb chore(deps): bump @​types/node from 22.10.2 to 22.10.5 (#3456)
  • bee2df2 chore(deps): bump @​aws-cdk/cli-lib-alpha to 2.174.1-alpha.0 (#3458)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 1.14.2 to 2.13.0

Release notes

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

v2.13.0

Summary

In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.

⭐️ Thanks to @​arnabrahman for their contributions to this release!

Full traces when working with Fetch API

Docs

Requests made with the global fetch module now adds X-Ray trace info to requests in the X-Amzn-Trace-Id header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.

Zod schemas with Amazon DynamoDB Attributes

Docs

You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.

carbon

Changes

  • test(parser): refactor appsync schema tests (#3388) by @​svozza
  • chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (#3430) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3437) by @​dependabot

🌟New features and non-breaking changes

  • feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) by @​arnabrahman

🌟 Minor Changes

📜 Documentation updates

... (truncated)

Changelog

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

2.13.0 (2025-01-14)

Bug Fixes

  • tracer: forward X-Amzn-Trace-Id header when instrumenting fetch (#3470) (4eb3e2d)

Features

  • parser: DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) (e154e58)

2.12.0 (2024-12-17)

Bug Fixes

Features

  • logger: change selected method visibility to protected (#3377) (93a19a5)
  • metrics: disable metrics with POWERTOOLS_METRICS_DISABLED (#3351) (7e8578e)
  • metrics: warn when overwriting dimension (#3352) (12f3e44)
  • parser: Add appsync resolver event Zod schemas (#3301) (318f34b)
  • parser: add schema for DynamoDB - Kinesis Stream event (#3328) (a8dfa74)

2.11.0 (2024-11-20)

Bug Fixes

  • metrics: skip empty string dimension values (#3319) (924d49d)
  • parser: add aws region to kinesis event (#3260) (246f132)
  • parser: event type literal for selfManagedKafka (#3325) (5350afe)
  • parser: fix cause errors nested structure (#3250) (1ff97cb)

Features

  • batch: Async Processing of Records for for SQS Fifo (#3160) (e73b575)

... (truncated)

Upgrade guide

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


title: Upgrade guide description: Guide to update between major Powertools for AWS Lambda (TypeScript) versions

End of support v1

!!! warning "On March 13th, 2024, Powertools for AWS Lambda (TypeScript) v1 entered maintenance mode, and has reached End-of-Life on September 1st, 2024. If you are still using v1, we strongly recommend you to upgrade to the latest version."

Given our commitment to all of our customers using Powertools for AWS Lambda (TypeScript), we will keep npm v1 releases and documentation 1.x versions to prevent any disruption.

Migrate from v1 to v2

V2 is focused on official support for ESM (ECMAScript modules). We've made other minimal breaking changes to make your transition to v2 as smooth as possible.

Quick summary

Area Change Code change required
ESM support Added ESM support via dual CommonJS and ESM bundling, enabling top-level await and tree-shaking. -
Middy.js Updated import path for Middy.js middlewares to leverage subpath exports - i.e. @aws-lambda-powertools/tracer/middleware. Yes
Types imports Updated import path for TypeScript types to leverage subpath exports - i.e. @aws-lambda-powertools/logger/types. Yes
Logger Changed log sampling to dynamically switch log level to DEBUG on a percentage of requests. -
Logger Updated custom log formatter to include standard as well as persistent keys. Yes
Logger Removed ContextExamples from @aws-lambda-powertools/commons package. Yes
Logger and Tracer Removed deprecated createLogger and createTracer helper functions in favor of direct instantiation. Yes

First steps

Before you start, we suggest making a copy of your current working project or create a new git branch.

  1. Upgrade Node.js to v18 or higher, Node.js v20 is recommended.
  2. Ensure that you have the latest Powertools for AWS Lambda (TypeScript) version via Lambda Layer or npm.
  3. Review the following sections to confirm whether they apply to your codebase.

ESM support

With support for ES Modules in v2, you can now use import instead of require syntax.

This is especially useful when you want to run asynchronous code during the initialization phase by using top-level await.

import { getSecret } from '@aws-lambda-powertools/parameters/secrets';
// This code will run during the initialization phase of your Lambda function
const myApiKey = await getSecret('my-api-key', { transform: 'json' });
export const handler = async (_event: unknown, _context: unknown) => {
</tr></table>

... (truncated)

Commits
  • 1aade41 chore(ci): bump version to 2.13.0 (#3471)
  • 0ef15a7 test(parser): refactor appsync schema tests (#3388)
  • 4eb3e2d fix(tracer): forward X-Amzn-Trace-Id header when instrumenting fetch (#3470)
  • e154e58 feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#...
  • 149e17f refactor(metrics): swap isDate for instanceof Date (#3462)
  • 1d1e2f9 chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (#3460)
  • 26d6488 chore(deps): bump the typescript group across 1 directory with 4 updates (#3446)
  • bb74ef5 chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (#3...
  • 7a07ccb chore(deps): bump @​types/node from 22.10.2 to 22.10.5 (#3456)
  • bee2df2 chore(deps): bump @​aws-cdk/cli-lib-alpha to 2.174.1-alpha.0 (#3458)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by aws-powertools-bot, a new releaser for @​aws-lambda-powertools/metrics since your current version.


Updates @aws-lambda-powertools/parameters from 1.17.0 to 2.13.0

Release notes

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

v2.13.0

Summary

In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.

⭐️ Thanks to @​arnabrahman for their contributions to this release!

Full traces when working with Fetch API

Docs

Requests made with the global fetch module now adds X-Ray trace info to requests in the X-Amzn-Trace-Id header. This al...

Description has been truncated

Bumps the aws group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.682.0` | `3.730.0` |
| [@aws-lambda-powertools/commons](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.14.2` | `2.13.0` |
| [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.3.0` | `2.13.0` |
| [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.14.2` | `2.13.0` |
| [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.17.0` | `2.13.0` |
| [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.14.2` | `2.13.0` |
| [@aws-sdk/client-cloudwatch-logs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch-logs) | `3.574.0` | `3.730.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.363.0` | `3.730.0` |
| [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) | `3.511.0` | `3.730.0` |
| [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.569.0` | `3.730.0` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.458.0` | `3.730.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.458.0` | `3.730.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.511.0` | `3.730.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.569.0` | `3.730.0` |
| [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.511.0` | `3.730.0` |
| [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers) | `3.458.0` | `3.730.0` |



Updates `@aws-sdk/client-dynamodb` from 3.682.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-dynamodb)

Updates `@aws-lambda-powertools/commons` from 1.14.2 to 2.13.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)
- [Upgrade guide](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/docs/upgrade.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v1.14.2...v2.13.0)

Updates `@aws-lambda-powertools/logger` from 2.3.0 to 2.13.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.3.0...v2.13.0)

Updates `@aws-lambda-powertools/metrics` from 1.14.2 to 2.13.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)
- [Upgrade guide](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/docs/upgrade.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v1.14.2...v2.13.0)

Updates `@aws-lambda-powertools/parameters` from 1.17.0 to 2.13.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)
- [Upgrade guide](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/docs/upgrade.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v1.17.0...v2.13.0)

Updates `@aws-lambda-powertools/tracer` from 1.14.2 to 2.13.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)
- [Upgrade guide](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/docs/upgrade.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v1.14.2...v2.13.0)

Updates `@aws-sdk/client-cloudwatch-logs` from 3.574.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudwatch-logs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-cloudwatch-logs)

Updates `@aws-sdk/client-ssm` from 3.363.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-ssm)

Updates `@aws-sdk/client-cloudformation` from 3.511.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-cloudformation)

Updates `@aws-sdk/client-eventbridge` from 3.569.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-eventbridge)

Updates `@aws-sdk/client-kms` from 3.458.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-kms)

Updates `@aws-sdk/client-secrets-manager` from 3.458.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sfn` from 3.511.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sfn/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-sfn)

Updates `@aws-sdk/client-sqs` from 3.569.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-sqs)

Updates `@aws-sdk/lib-dynamodb` from 3.511.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/lib/lib-dynamodb)

Updates `@aws-sdk/credential-providers` from 3.458.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/packages/credential-providers)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-lambda-powertools/commons"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: aws
- dependency-name: "@aws-sdk/client-cloudwatch-logs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-ssm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-cloudformation"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-kms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sfn"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sqs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/lib-dynamodb"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/credential-providers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants