Jump to content

AWS Lambda

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jenewton (talk | contribs) at 09:34, 7 September 2015 (Created page with 'AWS Lambda <ref>{{cite web |url=http://aws.amazon.com/lambda/details/ |title=AWS Lambda Product Page }}</ref> is a compute service that runs code in response t...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 Amazon Elastic Compute Cloud (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.

References

  1. ^ "AWS Lambda Product Page".