aws-cdk-cli: when using -e, it hangs on publishing #28606
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
bug
This issue is a bug.
cli
Issues related to the CDK CLI
effort/medium
Medium work item – several days of effort
p2
Describe the bug
I have several stacks. First (Data) creates DynamoDB tables and then the next one (COmpute) imports these and passes them to other resources. When I delete a table from Data I need to first run
cdk deploy -e compute
to make sure that the table is no longer used and then I can run the Data/whole deployment to prevent CDK shouting at me. However, if I do cdk -e compute, it gets stuck atExpected Behavior
I would expect it to not hang.
Current Behavior
It just hangs here and I have to kill it.
Reproduction Steps
Maybe just creating two stacks like mentioned?
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.99.1 (build b2a895e)
Framework Version
No response
Node.js Version
v18.16.1
OS
Ubuntu
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: