Closed samputer closed 7 months ago
Gave a review 🙂
I think #1005 addresses that issue.
Confirmed one is able to cdk deploy
and cdk destroy
.
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.
Describe the bug
Cannot tear down
appsync-graphql-dynamodb
due to missing dependencies on datasource.Expected Behavior
Should be able to destroy stack when running
cdk destroy
Current Behavior
cdk destroy
yields the following errorReproduction Steps
In the
typescript/appsync-graphql-dynamodb
directory:cdk deploy
followed by
cdk destroy
Observe error
Possible Solution
Add missing dependencies to all of the datasources. PR inbound.
Additional Information/Context
No response
CDK CLI Version
2.31.0 (build b67950d)
Framework Version
No response
Node.js Version
v16.13.1
OS
MacOS 12.4
Language
Typescript
Language Version
No response