-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Support SQS partial batch failure #1113
Conversation
4fcfad0
to
d6fdf73
Compare
That looks perfect, thank you for contributing that! Regarding documentation, I guess it should go in this section: https://bref.sh/docs/function/handlers.html#sqs-events I was thinking that eventually it could be interesting to have a dedicated |
Added documentation to fail a record from a batch
Added documentation for the `functionResponseType` key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will probably merge and release tomorrow if nobody else has other comments.
Thanks!
Tomorrow = a week later in open-source world of course 😄 Thank you @t-richard! |
Allows to support the recent addition for partial batch failures with SQS.
The syntax looks like this
Todo: