-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bug: Waiter ChangeSetCreateComplete failed #4627
Comments
Hmmm so you mean this typo in the template caused create_and_wait_for_changeset method call to exceed max retries and error out? Thanks for pointing this out, let me try to do the same deployment and see if we need to improve on UX/validation here |
Exactly |
Hi @LorhanSohaky can you try with the latest version of SAM CLI (v1.71.0)? |
@hawflau, I tested in the latest version (1.71.0) and still with error |
Seems as though this issue should have been fixed in version 1.78.0. Please correct me if this is not so. |
|
Description:
I created a step function that uses functions written in Python and Javascript.
When executing the deploy script, it was stuck for several minutes and generated the error.
From what I noticed the type of the function is not being validated correctly
Steps to reproduce:
A simplified
template.yml
Observed result:
Expected result:
It was expected to return some error, since there is a typo in the function type.
Type: AWS::Serverless:::Function
should beType: AWS::Serverless::Function
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
:The text was updated successfully, but these errors were encountered: