AWS Lambda is Amazon's serverless function-as-a-service (FaaS). It runs short-lived functions in response to events, scales transparently from zero to thousands of concurrent invocations, and bills only for execution time. Lambda is the foundational serverless service in AWS and the pattern most other clouds modelled their FaaS offerings on.
How it works
Code is packaged as a deployment…