You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS SDK V2 is being deprecated. We need to remove all uses of it from the CDK.
Task Description
The CloudFormation namespace is used in diff-template.ts. Remove this and update aws-cdk to also have the correct namespace when this is used.
Open Questions
aws-cdk must also be upgraded to make this change. Will it cause conflicts/issues to upgrade parts of aws-cdk at a time? If so, this will have to be done with several other tasks in one fell swoop. (I don't think this is the case, but it's worth mentioning)
Acceptance Criteria
Remove use of the v2 namespace in all locations.
All tests (unit and integ) still are passing after these changes.
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Context
The AWS SDK V2 is being deprecated. We need to remove all uses of it from the CDK.
Task Description
The CloudFormation namespace is used in diff-template.ts. Remove this and update aws-cdk to also have the correct namespace when this is used.
Open Questions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: