AWS/Lambda

From Christoph's Personal Wiki
Revision as of 22:24, 31 May 2016 by Christoph (Talk | contribs) (Created page with "'''AWS Lambda''' ("serverless compute") lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when you...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

AWS Lambda ("serverless compute") lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.

External links