triggermesh / aws-event-sources

Knative event sources for AWS services
Apache License 2.0
60 stars 14 forks source link

sqs: Include all message attributes in event data #334

Closed antoineco closed 3 years ago

antoineco commented 3 years ago

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