-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Python sample app is broken in 0.36.0 #3069
Comments
Same for me. I installed cdk this morning. At that time it was 0.35. I wrote my app modeled on the sample app. Later in the day, I had to install cdk for cloudformation. At that point my cdk got upgraded to 0.36. That time I got the same error. |
To workaround in the sample app:
Have fun! |
Worked. I didn't change visibility_timeout_secs. What is that for? |
That’s the visibility timeout setting on the SQS queue that’s created in the sample app. Perhaps you aren’t using it? |
Hey @senorkrabs PR with fix: #3071 |
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
I'm submitting a ...
What is the current behavior?
If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce
Install cdk 0.3.6
What is the expected behavior (or behavior of feature suggested)?
cdk synth should succeed
What is the motivation / use case for changing the behavior or adding this feature?
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
It appears the change from aws-cdk.cdk in 0.36.0 broke the sample-app and needs to be updated.
It also appears there is a change to the sqs.Queue class that breaks hello_construct.py. Specicially, visibility_timeout_secs was renamed visbility_timeout and expects an object instead of int.
The text was updated successfully, but these errors were encountered: