(aws-lambda-event-sources): Max batch size for SQSEventSource is documented as 10, missing edge case. #15697
Labels
@aws-cdk/aws-lambda-event-sources
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Code documentation : https://github.com/aws/aws-cdk/blob/master/packages/@aws-cdk/aws-lambda-event-sources/lib/sqs.ts
But as per #11722 as well as the code, it seems that if the maxBatchingWindow is defined, batchSize can go upto 10,000. It would be good if this was documented in the interface itself.
This is a 📕 documentation issue
The text was updated successfully, but these errors were encountered: