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
To avoid a lot of copying due to downstream requirements my model uses two properties that begin with lower case letters and gets these two messages from validate
CloudFormation properties don't usually start with lowercase letters: key
CloudFormation properties don't usually start with lowercase letters: values
My contract tests fail in resource_client.py with (my logging)
With what I'm guessing is a mismatch on the key case difference.
Are properties required to begin with an upper case letter? If so shouldn't validate fail? If not then what is changing the key case? (If lower case is valid the Go model generator should note this in the json tag).
Thanks.
The text was updated successfully, but these errors were encountered:
To avoid a lot of copying due to downstream requirements my model uses two properties that begin with lower case letters and gets these two messages from
validate
My contract tests fail in
resource_client.py
with (my logging)With what I'm guessing is a mismatch on the key case difference.
Are properties required to begin with an upper case letter? If so shouldn't
validate
fail? If not then what is changing the key case? (If lower case is valid the Go model generator should note this in thejson
tag).Thanks.
The text was updated successfully, but these errors were encountered: