This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
(Still) Incomplete cleanup #705
Labels
bug
This issue is a bug.
language/python
Related to the Python workshop
needs-reproduction
This issue needs reproduction.
p1
Describe the bug
The clean up stage has been recently updated in #592 to include
RemovalPolicy
for the dynamoDB table.However, running
cdk destroy
right after adding theRemovalPolicy
prop to the code does not delete the table.Expected Behavior
DynamoDB table should be deleted.
Current Behavior
DynamoDB table is retained after
cdk destroy
.Reproduction Steps
Assuming that you have a
cdk-workshop
stack in a state as it should be before running the steps in the clean up stage:RemovalPolicy
to the table code and runcdk destroy
.Possible Solution
Run
cdk deploy
first in order to update the table and only then runcdk destroy
.Additional Information/Context
No response
CDK CLI Version
No response
Section
No response
Browser
No response
Language
No response
The text was updated successfully, but these errors were encountered: