AWS Lambda foundations - AWS Lambda

AWS Lambda foundations

The Lambda function is the principal resource of the Lambda service.

You can configure your functions using the Lambda console, Lambda API, AWS CloudFormation or AWS SAM. You create code for the function and upload the code using a deployment package. Lambda invokes the function when an event occurs. Lambda runs multiple instances of your function in parallel, governed by concurrency and scaling limits.

Learn how to build serverless solutions

Tip

To learn how to build serverless solutions, check out the Serverless Developer Guide.