You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-lambda-event-sources/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ behavior:
57
57
duration. The default value is 20 seconds.
58
58
*__batchSize__: Determines how many records are buffered before invoking your lambda function.
59
59
*__maxBatchingWindow__: The maximum amount of time to gather records before invoking the lambda. This increases the likelihood of a full batch at the cost of delayed processing.
60
+
*__maxConcurrency__: The maximum concurrency setting limits the number of concurrent instances of the function that an Amazon SQS event source can invoke.
60
61
*__enabled__: If the SQS event source mapping should be enabled. The default is true.
0 commit comments