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
Reading message from an SQS Queue, the response.Message property can be undefined, so its normal to check as defined. The length check isn't strictly necessary, and it works without, but the interesting thing is that the error message says "Expected value of type STRING" and "StringGreaterThan".
InvalidDefinition: Invalid State Machine Definition: 'SCHEMA_VALIDATION_FAILED: Expected value of type [STRING] at /States/If (response.Messages !== .../Choices[0]/And[1]/StringGreaterThan'
The text was updated successfully, but these errors were encountered:
Reading message from an SQS Queue, the
response.Message
property can be undefined, so its normal to check as defined. The length check isn't strictly necessary, and it works without, but the interesting thing is that the error message says "Expected value of type STRING" and "StringGreaterThan".Full error:
The text was updated successfully, but these errors were encountered: