SQS message attributes were not fetched at all until now, therefore we never included them into our events' data.
This PR ensures all message attributes are included.
In a future improvement, we may offer users the option to select what attributes they are interested in, instead of defaulting to "All".
SQS message attributes were not fetched at all until now, therefore we never included them into our events' data. This PR ensures all message attributes are included.
In a future improvement, we may offer users the option to select what attributes they are interested in, instead of defaulting to "All".
Fixes #330