Describe the bug
KMS key is created in integ test(integ.sns.ts), but KMS key remains after integ test.
Because RemovalPolicy.DESTROY is not set.
const key = new Key(this, 'CustomKey');
Expected Behavior
KMS key created within integ test should be deleted.
Current Behavior
KMS key created within integ test remains after integ test.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.134.0
Framework Version
No response
Node.js Version
v18.17.1
OS
Linux/UNIX
Language
TypeScript
Language Version
No response
Other information
No response
Describe the bug
KMS key is created in integ test(integ.sns.ts), but KMS key remains after integ test.
Because RemovalPolicy.DESTROY is not set.
Expected Behavior
KMS key created within integ test should be deleted.
Current Behavior
KMS key created within integ test remains after integ test.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.134.0
Framework Version
No response
Node.js Version
v18.17.1
OS
Linux/UNIX
Language
TypeScript
Language Version
No response
Other information
No response