Uses of Class
software.amazon.awscdk.services.lambda.eventsources.SqsEventSource.Builder
-
Uses of SqsEventSource.Builder in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionThe largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.static SqsEventSource.Builder
If the SQS event source mapping should be enabled.SqsEventSource.Builder.maxBatchingWindow
(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.SqsEventSource.Builder.reportBatchItemFailures
(Boolean reportBatchItemFailures) Allow functions to return partially successful responses for a batch of records.