An event is a JSON-formatted document that contains data for a Lambda function to process. The runtime converts the event to an object and passes it to your function code. When you invoke a function, you determine the structure and contents of the event.
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-concepts.html