Difference between revisions of "Lambda"

From
Jump to: navigation, search
Line 2: Line 2:
  
 
* [http://aws.amazon.com/lambda Product page...]
 
* [http://aws.amazon.com/lambda Product page...]
 +
* [http://console.aws.amazon.com/lambda/home?region=us-east-1#/ Lambda Dashboard]
 
* [[AWS IoT Button]]
 
* [[AWS IoT Button]]
 
* [[DeepLens - deep learning enabled video camera]]
 
* [[DeepLens - deep learning enabled video camera]]

Revision as of 15:43, 8 June 2018

YouTube search...

Lambda_HowItWorks.662f209027a4fdfde72164fde6f01f51127e8c21.png

Lets you run code without provisioning or managing servers. 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.

...with Alexa