Skip to content

Commit

Permalink
docs(lambda-event-sources): max batch size docs for SqsEventSource
Browse files Browse the repository at this point in the history
closes #15697
  • Loading branch information
Niranjan Jayakar authored Jul 28, 2021
1 parent 929d6ae commit 93bad82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-lambda-event-sources/lib/sqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface SqsEventSourceProps {
* event with all the retrieved records.
*
* Valid Range: Minimum value of 1. Maximum value of 10.
* If batchingWindow is configured, this value can go up to 10,000.
*
* @default 10
*/
Expand Down

0 comments on commit 93bad82

Please sign in to comment.