Amazon Lambda

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

AWS Lambda [1] is a compute service that runs code in response to events and automatically manages the compute resources required by that code. The purpose of Lambda, as opposed to AWS EC2, is to simplify building smaller, on-demand applications that are responsive to events and new information. AWS targets starting a Lambda instance within milliseconds of an event.

AWS Lambda was designed for use cases such as image upload, responding to website clicks or reacting to output from a connected device. AWS Lambda can also be used to automatically provision back-end services triggered by custom requests.

Unlike Amazon EC2, which is priced by the hour, AWS Lambda is metered in increments of 100 milliseconds.

See also

  • Lambda function, the concept of an anonymous computing function, not bound to an identity, which gives Amazon Lambda its name

References

  1. Lua error in package.lua at line 80: module 'strict' not found.