aws-cdk-lib
uses aws-sdk@2
although it's deprecated
#31556
Unanswered
JoshMcCullough
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running a CDK deploy shows the message indicating that AWS SDK v2 is deprecated, but I cannot remove this dependency as:
aws-cdk-lib
(CredentialProviderSource
), and thereforeCredentialProviderSource
to remove my own dependency onaws-sdk@2
.When will
aws-cdk-lib
no longer depend onaws-sdk@2
so I can fully upgrade?Beta Was this translation helpful? Give feedback.
All reactions