You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
We use cdklocal deploy --require-approval never --watch --all command to deploy CDK stacks to localstack.
After the initial deploy, changing a lambda function code triggers the redeploy and we see the above error in the localstack log.
The command gets stuck at creating CloudFormation changeset...
Unsure how to get a more detailed error than the above error.
When we use the legacy engine by setting PROVIDER_OVERRIDE_CLOUDFORMATION=engine-legacy, it works fine.
Expected Behavior
No response
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)
Is there an existing issue for this?
Current Behavior
Version: 4.8.1
We use
cdklocal deploy --require-approval never --watch --allcommand to deploy CDK stacks to localstack.After the initial deploy, changing a lambda function code triggers the redeploy and we see the above error in the localstack log.
The command gets stuck at
creating CloudFormation changeset...Unsure how to get a more detailed error than the above error.
When we use the legacy engine by setting
PROVIDER_OVERRIDE_CLOUDFORMATION=engine-legacy, it works fine.Expected Behavior
No response
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g.,
bin/localstackcommand, arguments, ordocker-compose.yml)Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
Environment
Anything else?
No response