aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

docker errors from cfn submit --dry-run hidden #250

Open mmaeng opened 1 year ago

mmaeng commented 1 year ago

If there is a build error or docker error when doing

cfn submit --dry-run

it will only indicate that there was an error. More verbose errors for troubleshooting would be helpful

mmaeng commented 1 year ago

Same as #211

pip build errors are in rpdk.log file. Docker errors are not. Will have to see if there are any workarounds