aws / aws-pdk

The AWS PDK provides building blocks for common patterns together with development tools to manage and build your projects.
https://aws.github.io/aws-pdk/
Apache License 2.0
342 stars 71 forks source link

[FEATURE] replace deprecated @aws-sdk packages #763

Open sperka opened 2 months ago

sperka commented 2 months ago

Describe the feature

There are a few @aws-sdk/xxx packages deprecated in favor of @smithy/xxx packages.

Use Case

Sometimes you just need to use these @aws-sdk/xxx packages.

Proposed Solution

Replace @aws-sdk/xxx to @smithy/xxx

Other Information

No response

Acknowledgements

PDK version used

0.23.31

What languages will this feature affect?

Typescript

Environment details (OS name and version, etc.)

MacOS 14.4.1

github-actions[bot] commented 2 weeks ago

This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

jsamuel1 commented 2 weeks ago

This should be prioritized. The old SDK packages are getting a bit long in the tooth. @martenpayne