Skip to content

Commit

Permalink
chore(lambda): fix StreamEventSourceProps docs (aws#4299)
Browse files Browse the repository at this point in the history
* chore(lambda): fix StreamEventSourceProps docs

* chore: revert property override, jsdoc the maxes
  • Loading branch information
nmussy authored and mergify[bot] committed Oct 9, 2019
1 parent 64b6549 commit 540f9b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/@aws-cdk/aws-lambda-event-sources/lib/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ export interface StreamEventSourceProps {
* source at the time of invoking your function. Your function receives an
* event with all the retrieved records.
*
* Valid Range: Minimum value of 1. Maximum value of 10000.
* Valid Range:
* * Minimum value of 1
* * Maximum value of:
* * 1000 for {@link DynamoEventSource}
* * 10000 for {@link KinesisEventSource}
*
* @default 100
*/
Expand Down

0 comments on commit 540f9b2

Please sign in to comment.