Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add forward_raw_messages config #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dustinfarris
Copy link

This allows consumers to receive the entire SQS message payload.

Among other updates, this upgrades ex_aws to the most recent version and
includes a compatibility fix for Elixir v1.11.

See: ex-aws/ex_aws#712
Some consumers may want access to other parts of the SQS message
payload.

This change adds a new configuration to optionally forward the entire
payload to the MessageEncoder and handlers.
Copy link
Contributor

@toland toland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants