batchSize property
The largest number of records that AWS Lambda will POST in the invocation request to your function.
Implementation
final int? batchSize;
The largest number of records that AWS Lambda will POST in the invocation request to your function.
final int? batchSize;