A company uses AWS Lambda to process streaming aws video

 ·  PT1H46M27S  ·  EN

data-engineer video for a company uses AWS Lambda to process streaming data from IoT sensors. Each Lambda invocation processes batches of 100 records from the

Full Certification Question

A company uses AWS Lambda to process streaming data from IoT sensors. Each Lambda invocation processes batches of 100 records from the stream, and the function is invoked whenever enough data is collected. The processed data is then sent to an Amazon S3 bucket. The company wants to ensure that Lambda function invocations remain stateless and that each invocation is independent. Which of the following statements best describes the behavior of AWS Lambda in this scenario?