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
fix(cli): handle attributes of AWS::KMS::Key when hotswapping (#30112)
### Issue # (if applicable)
Closes#25418.
### Reason for this change
KMS Keys cannot be referenced in hotswappable resources. CDK complains that this is a limitation:
```
Could not perform a hotswap deployment, because the CloudFormation template could not be resolved: We don't support attributes of the 'AWS::KMS::Key' resource. This is a CDK limitation. Please report it at https://github.com/aws/aws-cdk/issues/new/choose.
```
### Description of changes
Add KMS keys to the supported list of resource attributes for hotswapping.
### Description of how you validated changes
Tests
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments