Skip to content

fix(lambda): bump the aws group in /lambdas with 6 updates #4661

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
merged 1 commit into from
Jul 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the aws group in /lambdas with 6 updates:

Package From To
@aws-sdk/client-ec2 3.840.0 3.844.0
@aws-sdk/client-ssm 3.840.0 3.844.0
@aws-sdk/client-sqs 3.840.0 3.844.0
@aws-sdk/client-s3 3.840.0 3.844.0
@aws-sdk/lib-storage 3.840.0 3.844.0
@aws-sdk/client-eventbridge 3.840.0 3.844.0

Updates @aws-sdk/client-ec2 from 3.840.0 to 3.844.0

Release notes

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

v3.844.0

3.844.0(2025-07-09)

Chores
  • codegen:
  • scripts: reduce publish concurrency to fix socket hang up (#7189) (8bcaf94f)
  • core: upgrade fast-xml-parser to 5.2.5 (#7176) (6cda13cf)
Documentation Changes
  • client-opsworkscm: Removing content that refers to an S3 bucket that is no longer in use. (64c467c7)
New Features
  • clients: update client endpoints as of 2025-07-09 (accc6e83)
  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f1)
  • client-freetier: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. (5ad57558)
Bug Fixes
  • codegen: generate default endpoint provider for default regional AWS endpoints (#7190) (27a66c0b)
  • tests: prevent changeset race condition in parallel tests (#7183) (2d376dc2)
Tests
  • aws-client-api-test: add new endpoint variation tests (#7192) (a37bd632)

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

v3.843.0

3.843.0(2025-07-03)

New Features
  • clients: update client endpoints as of 2025-07-03 (8d7d3dff)
  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa8)
  • client-sagemaker: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. (33f9fd40)
  • client-customer-profiles: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. (517b6698)
  • client-route-53: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. (42e0f48f)
  • client-deadline: Added fields for output manifest reporting and task chunking parameters (e5bcf91b)
  • client-mediapackagev2: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints (11e9774b)

... (truncated)

Changelog

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

3.844.0 (2025-07-09)

Features

  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f)

3.843.0 (2025-07-03)

Features

  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa)

3.842.0 (2025-07-02)

Features

  • client-ec2: AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks. (af240bd)

3.841.0 (2025-07-01)

Features

  • client-ec2: Add Context to GetInstanceTypesFromInstanceRequirements API (f300167)
Commits
  • d9c5976 Publish v3.844.0
  • 202ec5f feat(client-ec2): Adds support to Capacity Blocks for ML for purchasing EC2 P...
  • d65a730 chore(codegen): sync for isCustomEndpoint changes (#7193)
  • 692921d Publish v3.843.0
  • 69f38fa feat(client-ec2): This release adds GroupOwnerId as a response member to the ...
  • 83e7db9 Publish v3.842.0
  • af240bd feat(client-ec2): AWS Site-to-Site VPN now supports IPv6 addresses on outer t...
  • ca426fe Publish v3.841.0
  • f300167 feat(client-ec2): Add Context to GetInstanceTypesFromInstanceRequirements API
  • See full diff in compare view

Updates @aws-sdk/client-ssm from 3.840.0 to 3.844.0

Release notes

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

v3.844.0

3.844.0(2025-07-09)

Chores
  • codegen:
  • scripts: reduce publish concurrency to fix socket hang up (#7189) (8bcaf94f)
  • core: upgrade fast-xml-parser to 5.2.5 (#7176) (6cda13cf)
Documentation Changes
  • client-opsworkscm: Removing content that refers to an S3 bucket that is no longer in use. (64c467c7)
New Features
  • clients: update client endpoints as of 2025-07-09 (accc6e83)
  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f1)
  • client-freetier: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. (5ad57558)
Bug Fixes
  • codegen: generate default endpoint provider for default regional AWS endpoints (#7190) (27a66c0b)
  • tests: prevent changeset race condition in parallel tests (#7183) (2d376dc2)
Tests
  • aws-client-api-test: add new endpoint variation tests (#7192) (a37bd632)

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

v3.843.0

3.843.0(2025-07-03)

New Features
  • clients: update client endpoints as of 2025-07-03 (8d7d3dff)
  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa8)
  • client-sagemaker: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. (33f9fd40)
  • client-customer-profiles: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. (517b6698)
  • client-route-53: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. (42e0f48f)
  • client-deadline: Added fields for output manifest reporting and task chunking parameters (e5bcf91b)
  • client-mediapackagev2: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints (11e9774b)

... (truncated)

Changelog

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

3.844.0 (2025-07-09)

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

Commits

Updates @aws-sdk/client-sqs from 3.840.0 to 3.844.0

Release notes

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

v3.844.0

3.844.0(2025-07-09)

Chores
  • codegen:
  • scripts: reduce publish concurrency to fix socket hang up (#7189) (8bcaf94f)
  • core: upgrade fast-xml-parser to 5.2.5 (#7176) (6cda13cf)
Documentation Changes
  • client-opsworkscm: Removing content that refers to an S3 bucket that is no longer in use. (64c467c7)
New Features
  • clients: update client endpoints as of 2025-07-09 (accc6e83)
  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f1)
  • client-freetier: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. (5ad57558)
Bug Fixes
  • codegen: generate default endpoint provider for default regional AWS endpoints (#7190) (27a66c0b)
  • tests: prevent changeset race condition in parallel tests (#7183) (2d376dc2)
Tests
  • aws-client-api-test: add new endpoint variation tests (#7192) (a37bd632)

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

v3.843.0

3.843.0(2025-07-03)

New Features
  • clients: update client endpoints as of 2025-07-03 (8d7d3dff)
  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa8)
  • client-sagemaker: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. (33f9fd40)
  • client-customer-profiles: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. (517b6698)
  • client-route-53: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. (42e0f48f)
  • client-deadline: Added fields for output manifest reporting and task chunking parameters (e5bcf91b)
  • client-mediapackagev2: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints (11e9774b)

... (truncated)

Changelog

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

3.844.0 (2025-07-09)

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

Commits

Updates @aws-sdk/client-s3 from 3.840.0 to 3.844.0

Release notes

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

v3.844.0

3.844.0(2025-07-09)

Chores
  • codegen:
  • scripts: reduce publish concurrency to fix socket hang up (#7189) (8bcaf94f)
  • core: upgrade fast-xml-parser to 5.2.5 (#7176) (6cda13cf)
Documentation Changes
  • client-opsworkscm: Removing content that refers to an S3 bucket that is no longer in use. (64c467c7)
New Features
  • clients: update client endpoints as of 2025-07-09 (accc6e83)
  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f1)
  • client-freetier: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. (5ad57558)
Bug Fixes
  • codegen: generate default endpoint provider for default regional AWS endpoints (#7190) (27a66c0b)
  • tests: prevent changeset race condition in parallel tests (#7183) (2d376dc2)
Tests
  • aws-client-api-test: add new endpoint variation tests (#7192) (a37bd632)

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

v3.843.0

3.843.0(2025-07-03)

New Features
  • clients: update client endpoints as of 2025-07-03 (8d7d3dff)
  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa8)
  • client-sagemaker: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. (33f9fd40)
  • client-customer-profiles: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. (517b6698)
  • client-route-53: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. (42e0f48f)
  • client-deadline: Added fields for output manifest reporting and task chunking parameters (e5bcf91b)
  • client-mediapackagev2: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints (11e9774b)

... (truncated)

Changelog

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

3.844.0 (2025-07-09)

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

3.842.0 (2025-07-02)

Features

  • client-s3: Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations (e5eb29d)
Commits
  • d9c5976 Publish v3.844.0
  • d65a730 chore(codegen): sync for isCustomEndpoint changes (#7193)
  • 83e7db9 Publish v3.842.0
  • e5eb29d feat(client-s3): Added support for directory bucket creation with tags and bu...
  • See full diff in compare view

Updates @aws-sdk/lib-storage from 3.840.0 to 3.844.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.844.0

3.844.0(2025-07-09)

Chores
  • codegen:
  • scripts: reduce publish concurrency to fix socket hang up (#7189) (8bcaf94f)
  • core: upgrade fast-xml-parser to 5.2.5 (#7176) (6cda13cf)
Documentation Changes
  • client-opsworkscm: Removing content that refers to an S3 bucket that is no longer in use. (64c467c7)
New Features
  • clients: update client endpoints as of 2025-07-09 (accc6e83)
  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f1)
  • client-freetier: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. (5ad57558)
Bug Fixes
  • codegen: generate default endpoint provider for default regional AWS endpoints (#7190) (27a66c0b)
  • tests: prevent changeset race condition in parallel tests (#7183) (2d376dc2)
Tests
  • aws-client-api-test: add new endpoint variation tests (#7192) (a37bd632)

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

v3.843.0

3.843.0(2025-07-03)

New Features
  • clients: update client endpoints as of 2025-07-03 (8d7d3dff)
  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa8)
  • client-sagemaker: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. (33f9fd40)
  • client-customer-profiles: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. (517b6698)
  • client-route-53: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. (42e0f48f)
  • client-deadline: Added fields for output manifest reporting and task chunking parameters (e5bcf91b)
  • client-mediapackagev2: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints (11e9774b)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.844.0 (2025-07-09)

Note: Version bump only for package @​aws-sdk/lib-storage

3.842.0 (2025-07-02)

Note: Version bump only for package @​aws-sdk/lib-storage

Commits

Updates @aws-sdk/client-eventbridge from 3.840.0 to 3.844.0

Release notes

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

v3.844.0

3.844.0(2025-07-09)

Chores
  • codegen:
  • scripts: reduce publish concurrency to fix socket hang up (#7189) (8bcaf94f)
  • core: upgrade fast-xml-parser to 5.2.5 (#7176) (6cda13cf)
Documentation Changes
  • client-opsworkscm: Removing content that refers to an S3 bucket that is no longer in use. (64c467c7)
New Features
  • clients: update client endpoints as of 2025-07-09 (accc6e83)
  • client-ec2: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology. (202ec5f1)
  • client-freetier: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities. (5ad57558)
Bug Fixes
  • codegen: generate default endpoint provider for default regional AWS endpoints (#7190) (27a66c0b)
  • tests: prevent changeset race condition in parallel tests (#7183) (2d376dc2)
Tests
  • aws-client-api-test: add new endpoint variation tests (#7192) (a37bd632)

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

v3.843.0

3.843.0(2025-07-03)

New Features
  • clients: update client endpoints as of 2025-07-03 (8d7d3dff)
  • client-ec2: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). (69f38fa8)
  • client-sagemaker: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. (33f9fd40)
  • client-customer-profiles: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. (517b6698)
  • client-route-53: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. (42e0f48f)
  • client-deadline: Added fields for output manifest reporting and task chunking parameters (e5bcf91b)
  • client-mediapackagev2: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints (11e9774b)

... (truncated)

Changelog

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

3.844.0 (2025-07-09)

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

Commits

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 group in /lambdas with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.840.0` | `3.844.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.840.0` | `3.844.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.840.0` | `3.844.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.840.0` | `3.844.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.840.0` | `3.844.0` |
| [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.840.0` | `3.844.0` |


Updates `@aws-sdk/client-ec2` from 3.840.0 to 3.844.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-ec2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.844.0/clients/client-ec2)

Updates `@aws-sdk/client-ssm` from 3.840.0 to 3.844.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.844.0/clients/client-ssm)

Updates `@aws-sdk/client-sqs` from 3.840.0 to 3.844.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.844.0/clients/client-sqs)

Updates `@aws-sdk/client-s3` from 3.840.0 to 3.844.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.844.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.840.0 to 3.844.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-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.844.0/lib/lib-storage)

Updates `@aws-sdk/client-eventbridge` from 3.840.0 to 3.844.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.844.0/clients/client-eventbridge)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ec2"
  dependency-version: 3.844.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.844.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.844.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.844.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
  dependency-version: 3.844.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-version: 3.844.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
...

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 Jul 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 14, 2025 22:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 14, 2025
@npalm npalm merged commit 435f520 into main Jul 15, 2025
6 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-669d8ed886 branch July 15, 2025 08:18
npalm pushed a commit that referenced this pull request Jul 15, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.6.2](v6.6.1...v6.6.2)
(2025-07-15)


### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 6 updates
([#4661](#4661))
([435f520](435f520))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4663](#4663))
([f6f87c0](f6f87c0))
* **lambda:** bump the octokit group in /lambdas with 3 updates
([#4662](#4662))
([802e955](802e955))

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