-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdklocal fails silently #64
Comments
Closing as this is unfortunately not directly related to cdklocal functionality. Changes to error reporting in comparison with default aws-cdk is out of scope of this project. If there are specific CloudFormation status description etc. you'd expect in comparison with AWS please open an issue in localstack/localstack. |
Yeah I was a bit worried you guys might just close it, but I do understand. So like specifically, when I used to run |
The regular
cdk
will do a good job of telling you which dependency bonked cloudformation. However, when I runcdklocal
, I'm running into an issue where it fails silently, forcing me to go and try to check thediagnostic
endpoint, which now also seems to be failing as of 0.14.1 (even if I try and set DEBUG=1, and LS_LOG=trace).Log output from running
cdklocal bootstrap & cdklocal deploy
:The text was updated successfully, but these errors were encountered: