cloudformation-cli icon indicating copy to clipboard operation
cloudformation-cli copied to clipboard

Waiter issue in cloudformation

Open sriram9707 opened this issue 5 years ago • 2 comments

Hello, I am facing an issue with the waiter for cloudformation.

Preparing package...
Submitting...
b"=== Unhandled exception ===\nPlease report this issue to the team.\nIssue tracker: https://github.com/aws-cloudformation/aws-cloudformation-rpdk/issues\nPlease include the log file 'rpdk.log'\n"
Traceback (most recent call last):
File "submit.py", line 28, in
check_call(['cfn', 'submit', '--set-default'], resourcedir.absolute())
File "submit.py", line 18, in check_call
cmd=args)
subprocess.CalledProcessError: Command '['cfn', 'submit', '--set-default']' returned non-zero exit status 127.

boto==2.49.0
boto3==1.14.48
botocore==1.17.48

Please post your views to resolve

sriram9707 avatar Dec 14 '20 13:12 sriram9707

could you post the rpdk.log ? this seems to be the trace from calling the submit command via some script?

johnttompkins avatar Dec 15 '20 20:12 johnttompkins

@sriram9707 is this still an issue?

anshikg avatar Jan 19 '21 23:01 anshikg