Difference between revisions of "Lambda"
| Line 1: | Line 1: | ||
[https://www.youtube.com/results?search_query=amazon+aws+lambda YouTube search...] | [https://www.youtube.com/results?search_query=amazon+aws+lambda YouTube search...] | ||
| + | * [[Python & AWS Lambda]] | ||
* [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] | * [http://console.aws.amazon.com/lambda/home?region=us-east-1#/ Lambda Dashboard] | ||
| Line 12: | Line 13: | ||
<youtube>eOBq__h4OJ4</youtube> | <youtube>eOBq__h4OJ4</youtube> | ||
| − | |||
<youtube>fSUEk6iMW88</youtube> | <youtube>fSUEk6iMW88</youtube> | ||
| + | <youtube>xyHi1hR-UzA</youtube> | ||
<youtube>xhkAd-yJwa8</youtube> | <youtube>xhkAd-yJwa8</youtube> | ||
| + | <youtube>XZggsCITQdY</youtube> | ||
| + | <youtube>V10n9Uahk_M</youtube> | ||
== ...with Alexa == | == ...with Alexa == | ||
Revision as of 08:39, 16 June 2018
- Python & AWS Lambda
- Product page...
- Lambda Dashboard
- CloudWatch - Lambda logs
- AWS IoT Button
- DeepLens - deep learning enabled video camera
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