Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorredor committed Nov 28, 2023
1 parent a397da2 commit cd26a3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ export type SQSMessageHandlerConfig<Message, Context> = {
*/
concurrency?: number;
/**
* Whether or not to use SQS partial batch responses. For more details
* about SQS partial batch responses see
* Whether or not to use SQS partial batch responses. Make sure to also
* turn on partial batch responses when configuring your event source mapping
* by specifying ReportBatchItemFailures for the FunctionResponseTypes action.
* For more details see:
* https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-batchfailurereporting
*/
usePartialBatchResponses?: boolean;
Expand Down

0 comments on commit cd26a3d

Please sign in to comment.