Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

AWS Lambda Fundamentals AWS Lambda invocation models 1 min

The AWS Lambda API is provided by the Lambda service which is used by all clients and services that invoke Lambda functions. When you invoke a function, you can choose to invoke it synchronously or asynchronously. You can pass any event payload structure, making it extremely flexible.