You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0 and false are valid values for configuration in cloudformation.
Eg.
"DuplicatesAllowed": false
"Required": false
ReservedConcurrentExecutions: 0
In such cases, 0 or false is not the same as {"Ref": "AWS::NoValue"}
Hence, ReservedConcurrentExecutions: {{ ReservedConcurrentExecutions | novalue }} is not useful when I want to set ReservedConcurrentExecutions to 0.
Here is a pull request for the fix:
The text was updated successfully, but these errors were encountered:
0 and false are valid values for configuration in cloudformation.
Eg.
"DuplicatesAllowed": false
"Required": false
ReservedConcurrentExecutions: 0
In such cases, 0 or false is not the same as {"Ref": "AWS::NoValue"}
Hence, ReservedConcurrentExecutions: {{ ReservedConcurrentExecutions | novalue }} is not useful when I want to set ReservedConcurrentExecutions to 0.
Here is a pull request for the fix:
The text was updated successfully, but these errors were encountered: