Skip to content

Commit

Permalink
docs(lambda-event-sources): max batch size docs for SqsEventSource (a…
Browse files Browse the repository at this point in the history
…ws#15803)

closes aws#15697


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Niranjan Jayakar authored and TikiTDO committed Aug 3, 2021
1 parent 79f1cf3 commit 7cd626e
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 `maxBatchingWindow` is configured, this value can go up to 10,000.
*
* @default 10
*/
Expand Down

0 comments on commit 7cd626e

Please sign in to comment.