Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 951 Bytes

lambda-foundation.md

File metadata and controls

14 lines (12 loc) · 951 Bytes

AWS Lambda foundations

The Lambda function is the foundational principle of Lambda. 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.

Topics