I noticed our JSON schema for the com.amazon.sqs.message type didn't validate against the sample event I shared in #336, because some fields of the message attributes values are expected to be null (e.g. BinaryValue is null if the attribute is not a binary data type).
I noticed our JSON schema for the
com.amazon.sqs.message
type didn't validate against the sample event I shared in #336, because some fields of the message attributes values are expected to be null (e.g.BinaryValue
isnull
if the attribute is not a binary data type).