aws-cdk/lib/index.js: No longer able to update our cdk stacks #26182
Labels
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
Apologies if this is the incorrect place to post this issue but we are no longer able to update our stacks through the cdk. Whenever we run
npx cdk deploy
it results in the following error:Which would make sense if the stack wasn't showing as available in the AWS console, not sure if anyone has come across this issue before and are able to advise on how to resolve
Expected Behavior
In terms of expected behavior when I run the following:
npx cdk deploy
It deploys the cdk without it throwing the following error when the stack is showing available:
An operation on this ChangeSet is currently in progress. Please attempt this operation again later.
Current Behavior
When running
npx cdk deploy
the response message is the following:Reproduction Steps
In terms of reproducing the error I'm not entirely sure what has happened as the issues started happening yesterday.
I know this isn't useful so I apologies in advance but was hoping someone has come across something similar in the past.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.81
Framework Version
No response
Node.js Version
20.3.1
OS
ubuntu
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: