Skip to content

chore(deps): bump the aws group across 1 directory with 11 updates#1617

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/aws-831b9d75db
Open

chore(deps): bump the aws group across 1 directory with 11 updates#1617
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/aws-831b9d75db

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

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

Package From To
aws-cdk 2.1101.0 2.1106.1
aws-cdk-lib 2.235.1 2.239.0
constructs 10.4.5 10.5.1
@aws-sdk/client-cloudfront 3.972.0 3.995.0
@aws-sdk/client-sns 3.830.0 3.995.0
@aws-sdk/client-dynamodb 3.972.0 3.995.0
@aws-sdk/client-s3 3.972.0 3.995.0
@aws-sdk/client-secrets-manager 3.972.0 3.995.0
@aws-sdk/client-sqs 3.972.0 3.995.0
@aws-sdk/client-ssm 3.972.0 3.995.0
@aws-solutions-constructs/aws-lambda-sqs-lambda 2.97.0 2.99.0

Updates aws-cdk from 2.1101.0 to 2.1106.1

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1106.1

2.1106.1 (2026-02-18)

Bug Fixes

  • cli: cdk init fails to run dotnet restore && dotnet build for C# & F# projects (#1148) (69b9c33)
  • cli: use NuGet floating version for constructs in .NET templates (#1145) (4e0d9f7)
  • cloud-assembly-schema: manifest validation takes up majority of synthesis time (#1135) (efb810f)

aws-cdk@v2.1106.0

2.1106.0 (2026-02-12)

Features

Bug Fixes

aws-cdk@v2.1105.0

2.1105.0 (2026-02-05)

Features

  • deps: upgrade aws-cdk-lib (#1107) (c13141e)
  • deps: upgrade aws-cdk-lib (#1116) (c838a55)
  • integ-runner: toolkit-lib-engine is now the only engine (removes old cli-wrapper engine) (#1108) (6386a54)

aws-cdk@v2.1104.0

2.1104.0 (2026-01-28)

Features

aws-cdk@v2.1103.0

2.1103.0 (2026-01-25)

... (truncated)

Commits
  • 4e0d9f7 fix(cli): use NuGet floating version for constructs in .NET templates (#1145)
  • 69b9c33 fix(cli): cdk init fails to run dotnet restore && dotnet build for C# & F...
  • f636cd9 docs: update AgentCore Runtime S3-based hotswap recommendation to use `fromCo...
  • efb810f fix(cloud-assembly-schema): manifest validation takes up majority of synthesi...
  • 114788d fix(cli): cdk watch glob pattern support broken after chokidar v3 -> v4 upgra...
  • 756d6c2 revert: glob patterns ignored in chokidar v4 (#1132)
  • 4f58bf1 fix(cli): glob patterns ignored in chokidar v4 (#1131)
  • 750d9be feat(deps): upgrade aws-cdk-lib (#1125)
  • 48a22a1 feat(cli): metadata can live in a separate file (#568)
  • 3e25a4e refactor: consolidate IO message to telemetry event logic (#1117)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.235.1 to 2.239.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.239.0

⚠ BREAKING CHANGES

  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-licensemanager: AWS::LicenseManager::License: Beneficiary property is now required aws-licensemanager: AWS::LicenseManager::License: ProductSKU property is now required aws-sagemaker: AWS::SageMaker::Cluster: Orchestrator.Eks property is now immutable

Features

  • update L1 CloudFormation resource definitions (#37031) (bc65c09)
  • dynamodb: add cross-account global table replication support (#36895) (353a9bb)
  • kinesisfirehose: support dynamic partitioning (#35903) (4f86a05), closes #28740
  • resource policy and encrypted resource wrappers for L1s (#36849) (ee87e26)
  • update L1 CloudFormation resource definitions (#36923) (64cfc4d)
  • update L1 CloudFormation resource definitions (#36997) (e3eecad)

Bug Fixes

  • aws-cdk-lib: update cloud-assembly-schema to resolve peer dependency conflict (#36953) (f194236), closes #36939
  • aws-cdk-lib: upgrade version of ajv that triggers CVE scanners (#37022) (45662ba)
  • ec2: add VPC endpoint naming conventions for some isolated regions (#36794) (5a7fca5)
  • rds: mark deprecated versions and add new engine versions (#36937) (6e061d0)

Alpha modules (2.239.0-alpha.0)

⚠ BREAKING CHANGES

redshift-alpha: update default node type from DC2_LARGE to RA3_LARGE

Features

  • bedrock-agentcore-alpha: add fromCodeAsset method to create runtime artifact with local code assets (#36472) (c5a87e6), closes #36473
  • bedrock-agentcore-alpha: added new target type (api gateway) in agentcore gateway target. (#36841) (0842754), closes #36817
  • mixins-preview: add ECS ClusterSettingsMixin (#36796) (b8ab5be)
  • mixins-preview: add s3 bucket mixin for publicAccessBlock (#36905) (feed4b2)
  • mixins-preview: send Vended Logs to pre-created DeliveryDestination using toDestination() (#36896) (48f1fe6)

Bug Fixes

  • redshift-alpha: update default node type from DC2_LARGE to RA3_LARGE (#36516) (ea19e5c), closes #36416

v2.238.0

⚠ BREAKING CHANGES

  • bedrock-agentcore: Interface extensions require new property implementations
  • aws-bedrock-agentcore-alpha:
    • IGateway now requires gatewayRef getter

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.239.0-alpha.0 (2026-02-19)

⚠ BREAKING CHANGES

redshift-alpha: update default node type from DC2_LARGE to RA3_LARGE

Features

  • bedrock-agentcore-alpha: add fromCodeAsset method to create runtime artifact with local code assets (#36472) (c5a87e6), closes #36473
  • bedrock-agentcore-alpha: added new target type (api gateway) in agentcore gateway target. (#36841) (0842754), closes #36817
  • mixins-preview: add ECS ClusterSettingsMixin (#36796) (b8ab5be)
  • mixins-preview: add s3 bucket mixin for publicAccessBlock (#36905) (feed4b2)
  • mixins-preview: send Vended Logs to pre-created DeliveryDestination using toDestination() (#36896) (48f1fe6)

Bug Fixes

  • redshift-alpha: update default node type from DC2_LARGE to RA3_LARGE (#36516) (ea19e5c), closes #36416

2.238.0-alpha.0 (2026-02-09)

Features

  • eks-v2-alpha: add support for bootstrapSelfManagedAddons (#36740) (1ffe38d)
  • eks-v2-alpha: add support for EKS hybrid nodes (#36749) (48ace56)

Bug Fixes

  • eks-v2-alpha: ensure kubectl provider and handler functions use the same vpc configuration (#36735) (4e02f08), closes #34878 #34877
  • ivs-alpha: add region constraints to integration tests (#36851) (d55fec4)
  • mixins-preview: apply mixins in order (#36847) (726060c)
  • mixins-preview: apply mixins in order in MixinApplicator (#36877) (09db1c9), closes #36847

2.237.1-alpha.0 (2026-02-03)

2.237.0-alpha.0 (2026-02-02)

Features

... (truncated)

Commits
  • e458da3 Merge branch 'v2-release' into pr-37033
  • e906f86 chore(release): 2.239.0
  • bc65c09 feat: update L1 CloudFormation resource definitions (#37031)
  • 96714e6 Merge branch 'v2-release' into bump/2.239.0
  • de99209 chore(release): 2.239.0
  • 5a7fca5 fix(ec2): add VPC endpoint naming conventions for some isolated regions (#36794)
  • cc8b481 chore: resolve merge conflicts with v2-release
  • c4dfb8d chore(release): 2.239.0
  • e338f02 chore(bedrock): add Claude Sonnet 4.6 (#37015)
  • de664e3 chore: bump minimum constructs version to 10.5.0 (#37010)
  • Additional commits viewable in compare view

Updates constructs from 10.4.5 to 10.5.1

Release notes

Sourced from constructs's releases.

v10.5.1

10.5.1 (2026-02-19)

Bug Fixes

  • provide default implementation of with() on Node class (#2848) (f0f37e5)

v10.5.0

10.5.0 (2026-02-17)

Features

  • mixin: add IMixin interface and Construct.with() method (#2843) (0f1005b)
Commits

Updates @aws-sdk/client-cloudfront from 3.972.0 to 3.995.0

Release notes

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

v3.995.0

3.995.0(2026-02-20)

Chores
  • codegen: bump codegen version to 0.45.0 (#7752) (3c93f8ab)
  • util-user-agent-node: populate metadata of alternative JavaScript runtimes (#7754) (79d2c235)
  • make PR template checklist easier to edit (#7753) (be25ea35)
New Features
  • clients: update client endpoints as of 2026-02-20 (aa23f1e0)
  • client-appstream: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (72021889)
  • client-sagemaker-runtime: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. (edac3d73)
  • client-trustedadvisor: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. (2d4a1eb4)
  • client-ecs: Migrated to Smithy. No functional changes (20258a5f)
  • client-ssm: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. (83535fc8)
  • client-signer-data: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. (b03b059d)

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

v3.994.0

3.994.0(2026-02-19)

Chores
New Features
  • client-pca-connector-scep: AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. (6ffd8f08)
  • client-bcm-dashboards: The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. (4d6e1de7)
  • client-ecr: Adds multiple artifact types filter support in ListImageReferrers API. (9335ea37)

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

v3.993.0

3.993.0(2026-02-18)

Chores

... (truncated)

Changelog

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

3.995.0 (2026-02-20)

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

3.994.0 (2026-02-19)

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

3.993.0 (2026-02-18)

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

3.992.0 (2026-02-17)

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

3.991.0 (2026-02-16)

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

... (truncated)

Commits

Updates @aws-sdk/client-sns from 3.830.0 to 3.995.0

Release notes

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

v3.995.0

3.995.0(2026-02-20)

Chores
  • codegen: bump codegen version to 0.45.0 (#7752) (3c93f8ab)
  • util-user-agent-node: populate metadata of alternative JavaScript runtimes (#7754) (79d2c235)
  • make PR template checklist easier to edit (#7753) (be25ea35)
New Features
  • clients: update client endpoints as of 2026-02-20 (aa23f1e0)
  • client-appstream: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (72021889)
  • client-sagemaker-runtime: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. (edac3d73)
  • client-trustedadvisor: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. (2d4a1eb4)
  • client-ecs: Migrated to Smithy. No functional changes (20258a5f)
  • client-ssm: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. (83535fc8)
  • client-signer-data: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. (b03b059d)

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

v3.994.0

3.994.0(2026-02-19)

Chores
New Features
  • client-pca-connector-scep: AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. (6ffd8f08)
  • client-bcm-dashboards: The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. (4d6e1de7)
  • client-ecr: Adds multiple artifact types filter support in ListImageReferrers API. (9335ea37)

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

v3.993.0

3.993.0(2026-02-18)

Chores

... (truncated)

Changelog

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

3.995.0 (2026-02-20)

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

3.994.0 (2026-02-19)

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

3.993.0 (2026-02-18)

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

3.992.0 (2026-02-17)

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

3.991.0 (2026-02-16)

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb from 3.972.0 to 3.995.0

Release notes

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

v3.995.0

3.995.0(2026-02-20)

Chores
  • codegen: bump codegen version to 0.45.0 (#7752) (3c93f8ab)
  • util-user-agent-node: populate metadata of alternative JavaScript runtimes (#7754) (79d2c235)
  • make PR template checklist easier to edit (#7753) (be25ea35)
New Features
  • clients: update client endpoints as of 2026-02-20 (aa23f1e0)
  • client-appstream: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (72021889)
  • client-sagemaker-runtime: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. (edac3d73)
  • client-trustedadvisor: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. (2d4a1eb4)
  • client-ecs: Migrated to Smithy. No functional changes (20258a5f)
  • client-ssm: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. (83535fc8)
  • client-signer-data: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. (b03b059d)

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

v3.994.0

3.994.0(2026-02-19)

Chores
New Features
  • client-pca-connector-scep: AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. (6ffd8f08)
  • client-bcm-dashboards: The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. (4d6e1de7)
  • client-ecr: Adds multiple artifact types filter support in ListImageReferrers API. (9335ea37)

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

v3.993.0

3.993.0(2026-02-18)

Chores

... (truncated)

Changelog

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

3.995.0 (2026-02-20)

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

3.994.0 (2026-02-19)

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

3.993.0 (2026-02-18)

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

3.992.0 (2026-02-17)

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

3.991.0 (2026-02-16)

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

... (truncated)

Commits

Updates @aws-sdk/client-s3 from 3.972.0 to 3.995.0

Release notes

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

v3.995.0

3.995.0(2026-02-20)

Chores
  • codegen: bump codegen version to 0.45.0 (#7752) (3c93f8ab)
  • util-user-agent-node: populate metadata of alternative JavaScript runtimes (#7754) (79d2c235)
  • make PR template checklist easier to edit (#7753) (be25ea35)
New Features
  • clients: update client endpoints as of 2026-02-20 (aa23f1e0)
  • client-appstream: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (72021889)
  • client-sagemaker-runtime: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. (edac3d73)
  • client-trustedadvisor: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. (2d4a1eb4)
  • client-ecs: Migrated to Smithy. No functional changes (20258a5f)
  • client-ssm: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. (83535fc8)
  • client-signer-data: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. (b03b059d)

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

v3.994.0

3.994.0(2026-02-19)

Chores
New Features
  • client-pca-connector-scep: AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. (6ffd8f08)
  • client-bcm-dashboards: The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. (4d6e1de7)
  • client-ecr: Adds multiple artifact types filter support in ListImageReferrers API. (9335ea37)

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

v3.993.0

3.993.0(2026-02-18)

Chores

... (truncated)

Changelog

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

3.995.0 (2026-02-20)

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

3.994.0 (2026-02-19)

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

3.993.0 (2026-02-18)

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

3.992.0 (2026-02-17)

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

3.991.0 (2026-02-16)

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

3.990.0 (2026-02-13)

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

3.989.0 (2026-02-12)

... (truncated)

Commits

Updates @aws-sdk/client-secrets-manager from 3.972.0 to 3.995.0

Release notes

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

v3.995.0

3.995.0(2026-02-20)

Chores
  • codegen: bump codegen version to 0.45.0 (#7752) (3c93f8ab)
  • util-user-agent-node: populate metadata of alternative JavaScript runtimes (#7754) (79d2c235)
  • make PR template checklist easier to edit (#7753) (be25ea35)
New Features
  • clients: update client endpoints as of 2026-02-20 (aa23f1e0)
  • client-appstream: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (72021889)
  • client-sagemaker-runtime: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. (edac3d73)
  • client-trustedadvisor: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. (2d4a1eb4)
  • client-ecs: Migrated to Smithy. No functional changes (20258a5f)
  • client-ssm: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. (83535fc8)
  • client-signer-data: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. (b03b059d)

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

v3.994.0

3.994.0(2026-02-19)

Chores
  • codegen: bump Gradle to 9.3.1 (

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

| Package | From | To |
| --- | --- | --- |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1101.0` | `2.1106.1` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.235.1` | `2.239.0` |
| [constructs](https://github.com/aws/constructs) | `10.4.5` | `10.5.1` |
| [@aws-sdk/client-cloudfront](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudfront) | `3.972.0` | `3.995.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.830.0` | `3.995.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.972.0` | `3.995.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.972.0` | `3.995.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.972.0` | `3.995.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.972.0` | `3.995.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.972.0` | `3.995.0` |
| [@aws-solutions-constructs/aws-lambda-sqs-lambda](https://github.com/awslabs/aws-solutions-constructs/tree/HEAD/source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda) | `2.97.0` | `2.99.0` |



Updates `aws-cdk` from 2.1101.0 to 2.1106.1
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1106.1/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.235.1 to 2.239.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.239.0/packages/aws-cdk-lib)

Updates `constructs` from 10.4.5 to 10.5.1
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.5...v10.5.1)

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

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

Updates `@aws-sdk/client-dynamodb` from 3.972.0 to 3.995.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.995.0/clients/client-dynamodb)

Updates `@aws-sdk/client-s3` from 3.972.0 to 3.995.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.995.0/clients/client-s3)

Updates `@aws-sdk/client-secrets-manager` from 3.972.0 to 3.995.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.995.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sqs` from 3.972.0 to 3.995.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.995.0/clients/client-sqs)

Updates `@aws-sdk/client-ssm` from 3.972.0 to 3.995.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.995.0/clients/client-ssm)

Updates `@aws-solutions-constructs/aws-lambda-sqs-lambda` from 2.97.0 to 2.99.0
- [Release notes](https://github.com/awslabs/aws-solutions-constructs/releases)
- [Changelog](https://github.com/awslabs/aws-solutions-constructs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-solutions-constructs/commits/v2.99.0/source/patterns/@aws-solutions-constructs/aws-lambda-sqs-lambda)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-version: 2.1106.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-cdk-lib
  dependency-version: 2.239.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: constructs
  dependency-version: 10.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-cloudfront"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.995.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-solutions-constructs/aws-lambda-sqs-lambda"
  dependency-version: 2.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2026 02:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2026
@github-actions
Copy link
Contributor

⚠️ No Changeset Detected

This pull request modifies code that affects the following packages (detected by Nx):

Affected Packages:

  • @aligent/cdk-cdk-aspects
  • @aligent/cdk-constructs

If this PR should trigger a release:

yarn changeset

Follow the prompts to select the affected packages and describe your changes.

If this PR should NOT trigger a release:

  • Documentation-only changes
  • Internal refactoring with no API changes
  • Test updates
  • Build/CI configuration changes
  • Changes only to root files (package.json, workflows, etc.)

In this case, no action is needed - this comment is just a reminder for reviewers.

This check uses Nx to accurately detect which packages are affected by your changes. If you're unsure whether a changeset is needed, please ask a maintainer!

🔧 Commands & Tips
# Add a changeset for your changes
yarn changeset

# Check which packages Nx thinks are affected
npx nx show projects --affected

# Check current changeset status
yarn changeset:status

# Add an empty changeset if no release needed
yarn changeset --empty

Pro tip: When running yarn changeset, select only the packages listed above that you actually changed the public API of.

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