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 #497

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

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

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

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

Release notes

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

v3.687.0

3.687.0(2024-11-07)

Chores
  • middleware-flexible-checksums: delay checksum validation until stream read (#6629) (43ee3c1e)
New Features
  • clients: update client endpoints as of 2024-11-07 (dbf853a1)
  • client-auto-scaling: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy. (3589a0fe)
  • client-bedrock-runtime: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse (66072530)
  • client-quicksight: Add Client Credentials based OAuth support for Snowflake and Starburst (3d8d0bb1)
  • client-cleanroomsml: This release introduces support for Custom Models in AWS Clean Rooms ML. (188d6019)
  • client-synthetics: Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs. (b06511c0)
  • client-cleanrooms: This release introduces support for Custom Models in AWS Clean Rooms ML. (ef8b2588)
  • client-bedrock-agent: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition (7f72a17e)
  • client-resource-explorer-2: Add GetManagedView, ListManagedViews APIs. (362a7bd2)
Tests

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

v3.686.0

3.686.0(2024-11-06)

Chores
New Features
  • client-qapps: Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items. (9e3e6fb6)
  • client-verifiedpermissions: Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request. (6860b355)
  • client-codebuild: AWS CodeBuild now adds additional compute types for reserved capacity fleet. (73be6196)
  • client-lakeformation: API changes for new named tag expressions feature. (85aa63fd)
  • client-s3-control: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs. (14cff2e0)
  • client-guardduty: GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases. (4c78745a)
Tests

... (truncated)

Changelog

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

3.687.0 (2024-11-07)

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

3.686.0 (2024-11-06)

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

Commits

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

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)

2.9.0 (2024-10-07)

Features

  • batch: sequential async processing of records for BatchProcessor (#3109) (e31279a)
  • idempotency: ability to specify JMESPath custom functions (#3150) (869b6fc)
  • idempotency: manipulate idempotent response via response hook (#3071) (f7c1769)

2.8.0 (2024-09-16)

Bug Fixes

  • idempotency: include cause in idempotency persistence layer error (#2916) (47f0161)
  • tracer: include request pathname in trace data (#2955) (6864e53)

Features

  • logger: introduce log key reordering functionality (#2736) (9677258)
  • logger: introduce loglevel trace #1589 (#2902) (650252c)
  • parameters: adds setParameter function to store SSM parameters (#3020) (8fd5479)

2.7.0 (2024-08-08)

Bug Fixes

  • logger: invalid time zone environment variables leads to error (#2865) (d55465f)

... (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
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • 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.10.0

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)

2.9.0 (2024-10-07)

Features

  • batch: sequential async processing of records for BatchProcessor (#3109) (e31279a)
  • idempotency: ability to specify JMESPath custom functions (#3150) (869b6fc)
  • idempotency: manipulate idempotent response via response hook (#3071) (f7c1769)

2.8.0 (2024-09-16)

Bug Fixes

  • idempotency: include cause in idempotency persistence layer error (#2916) (47f0161)
  • tracer: include request pathname in trace data (#2955) (6864e53)

Features

  • logger: introduce log key reordering functionality (#2736) (9677258)
  • logger: introduce loglevel trace #1589 (#2902) (650252c)
  • parameters: adds setParameter function to store SSM parameters (#3020) (8fd5479)

2.7.0 (2024-08-08)

Bug Fixes

  • logger: invalid time zone environment variables leads to error (#2865) (d55465f)

... (truncated)

Commits
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • Additional commits viewable in compare view

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

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)

2.9.0 (2024-10-07)

Features

  • batch: sequential async processing of records for BatchProcessor (#3109) (e31279a)
  • idempotency: ability to specify JMESPath custom functions (#3150) (869b6fc)
  • idempotency: manipulate idempotent response via response hook (#3071) (f7c1769)

2.8.0 (2024-09-16)

Bug Fixes

  • idempotency: include cause in idempotency persistence layer error (#2916) (47f0161)
  • tracer: include request pathname in trace data (#2955) (6864e53)

Features

  • logger: introduce log key reordering functionality (#2736) (9677258)
  • logger: introduce loglevel trace #1589 (#2902) (650252c)
  • parameters: adds setParameter function to store SSM parameters (#3020) (8fd5479)

2.7.0 (2024-08-08)

Bug Fixes

  • logger: invalid time zone environment variables leads to error (#2865) (d55465f)

... (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
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • 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.10.0

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

  • chore(maintenance): add force-publish to bump all packages (#3238) by @​am29d
  • chore(ci): add input type to the publish package workflow (#3236) by @​am29d
  • chore(ci): add workflow to publish a single package (#3234) by @​am29d
  • chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.14 to 3.0.15 (#3223) by @​dependabot
  • chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (#3202) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 (#3187) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.2 (#3176) by @​dependabot
  • chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#3174) by @​dependabot
  • chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#3175) by @​dependabot
  • chore(layers): remove schema parsing from layer canary (#3171) by

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.687.0` |
| [@aws-lambda-powertools/commons](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.14.2` | `2.10.0` |
| [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.3.0` | `2.10.0` |
| [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.14.2` | `2.10.0` |
| [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.17.0` | `2.10.0` |
| [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript) | `1.14.2` | `2.10.0` |
| [@aws-sdk/client-cloudwatch-logs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch-logs) | `3.574.0` | `3.687.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.363.0` | `3.687.0` |
| [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) | `3.511.0` | `3.687.0` |
| [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.569.0` | `3.687.0` |
| [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) | `3.458.0` | `3.687.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.458.0` | `3.687.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.511.0` | `3.687.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.569.0` | `3.687.0` |
| [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.511.0` | `3.687.0` |
| [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers) | `3.458.0` | `3.687.0` |



Updates `@aws-sdk/client-dynamodb` from 3.682.0 to 3.687.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.687.0/clients/client-dynamodb)

Updates `@aws-lambda-powertools/commons` from 1.14.2 to 2.10.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.10.0)

Updates `@aws-lambda-powertools/logger` from 2.3.0 to 2.10.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.10.0)

Updates `@aws-lambda-powertools/metrics` from 1.14.2 to 2.10.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.10.0)

Updates `@aws-lambda-powertools/parameters` from 1.17.0 to 2.10.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.10.0)

Updates `@aws-lambda-powertools/tracer` from 1.14.2 to 2.10.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.10.0)

Updates `@aws-sdk/client-cloudwatch-logs` from 3.574.0 to 3.687.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.687.0/clients/client-cloudwatch-logs)

Updates `@aws-sdk/client-ssm` from 3.363.0 to 3.687.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.687.0/clients/client-ssm)

Updates `@aws-sdk/client-cloudformation` from 3.511.0 to 3.687.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.687.0/clients/client-cloudformation)

Updates `@aws-sdk/client-eventbridge` from 3.569.0 to 3.687.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.687.0/clients/client-eventbridge)

Updates `@aws-sdk/client-kms` from 3.458.0 to 3.687.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.687.0/clients/client-kms)

Updates `@aws-sdk/client-secrets-manager` from 3.458.0 to 3.687.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.687.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sfn` from 3.511.0 to 3.687.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.687.0/clients/client-sfn)

Updates `@aws-sdk/client-sqs` from 3.569.0 to 3.687.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.687.0/clients/client-sqs)

Updates `@aws-sdk/lib-dynamodb` from 3.511.0 to 3.687.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.687.0/lib/lib-dynamodb)

Updates `@aws-sdk/credential-providers` from 3.458.0 to 3.687.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.687.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]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Superseded by #501.

@dependabot dependabot bot closed this Nov 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/aws-e1cfc1471c branch November 12, 2024 03:40
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