Added CustomTypeMessageAttribute class for handling type labels which may be present in SQS MessageAttribute type,
Added handling of Binary and String MessageAttribute types when type label is present,
Handling of Number MessageAttribute type stays as-is for backward compatibility (It does handle additional type label by assuming certain rules to be applied for label)
Initial PR.
CustomTypeMessageAttribute
class for handling type labels which may be present in SQS MessageAttribute type,Binary
andString
MessageAttribute types when type label is present,Number
MessageAttribute type stays as-is for backward compatibility (It does handle additional type label by assuming certain rules to be applied for label)