The Events that are passed to Lambda function as event input parameter. For event sources where events arrive in batches, such as Amazon SQS and Amazon DynamoDB Streams, the event parameter may contain multiple events in just a single call, based on the batch size that you request. Hence in sort you can say that Events are the function passed as a input to the lambda function.