AWS Lambda is a serverless compute service that runs code in response to events without the need to provision or manage servers.
Handler: The entry point method that processes events
Event: The JSON input data triggering the function
Context: Runtime information about the execution environment
Environment Variables: Key-value pairs for configuration