Skip to content

Conversation

@mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Sep 18, 2025

Removes left-over, long deprecated AWS SDK v3 utility packages. We are already using the Smithy equivalents:

  • Removes @aws-sdk/middleware-endpoint in favor of @smithy/middleware-endpoint
  • Removes @aws-sdk/util-retry in favor of @smithy/util-retry
  • Removes @aws-sdk/util-waiter in favor of @smithy/util-waiter

This change aligns with AWS SDK v3's migration path where utility functions have been moved to the Smithy protocol layer. The functionality remains the same as we were already using the newer, non-deprecated packages.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team September 18, 2025 12:31
@mrgrain mrgrain changed the title feat: update projen configuration chore(aws-cdk): migrate from deprecated AWS SDK v3 utilities to Smithy equivalents Sep 18, 2025
@github-actions github-actions bot added the p2 label Sep 18, 2025
@mrgrain mrgrain changed the title chore(aws-cdk): migrate from deprecated AWS SDK v3 utilities to Smithy equivalents chore(cli): remove deprecated AWS SDK v3 utilities in favor of Smithy equivalents Sep 18, 2025
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.82%. Comparing base (74cd751) to head (cebe6d1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #852      +/-   ##
==========================================
+ Coverage   82.68%   82.82%   +0.13%     
==========================================
  Files          65       65              
  Lines        9558     9558              
  Branches     1121     1122       +1     
==========================================
+ Hits         7903     7916      +13     
+ Misses       1632     1619      -13     
  Partials       23       23              
Flag Coverage Δ
suite.unit 82.82% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Sep 18, 2025
Merged via the queue into main with commit a9c59b7 Sep 18, 2025
48 checks passed
@aws-cdk-automation aws-cdk-automation deleted the mrgrain/feat/projen-config-update branch September 18, 2025 13:18
iankhou pushed a commit that referenced this pull request Oct 7, 2025
… equivalents (#852)

Removes left-over, long deprecated AWS SDK v3 utility packages. We are
already using the Smithy equivalents:

- Removes `@aws-sdk/middleware-endpoint` in favor of
`@smithy/middleware-endpoint`
- Removes `@aws-sdk/util-retry` in favor of `@smithy/util-retry`  
- Removes `@aws-sdk/util-waiter` in favor of `@smithy/util-waiter`

This change aligns with AWS SDK v3's migration path where utility
functions have been moved to the Smithy protocol layer. The
functionality remains the same as we were already using the newer,
non-deprecated packages.

---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants