AWS Lambda asynchronous invocation and batch

25 views Asked by At

I was just going through AWS java script library to see CloudWatchLogsDecodedData which encapsulates CloudWatchLogsLogEvent[]. Cloud watch invokes Lambda asynchronously. So whether lambda batches events into CloudWatchLogsLogEvent array or how that happens? Is it possible to report batchItemFailure here as we do during SQS Lambda polling? - to retry subset of events alone from the CloudWatchLogsLogEvent[]

0

There are 0 answers