Skip to content

Commit

Permalink
better docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorredor committed Nov 28, 2023
1 parent cd26a3d commit dfc1004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export type SQSMessageHandlerConfig<Message, Context> = {
*/
concurrency?: number;
/**
* 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:
* Whether or not to use SQS partial batch responses. If set to true, 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 dfc1004

Please sign in to comment.