Commit a9c59b7
authored
chore(cli): remove deprecated AWS SDK v3 utilities in favor of Smithy 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 license1 parent 74cd751 commit a9c59b7
File tree
5 files changed
+3
-125
lines changed- packages/aws-cdk
- .projen
5 files changed
+3
-125
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | | - | |
1148 | | - | |
1149 | | - | |
1150 | 1147 | | |
1151 | | - | |
1152 | 1148 | | |
| 1149 | + | |
1153 | 1150 | | |
1154 | 1151 | | |
1155 | 1152 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments