Difference between revisions of "Lambda"
| Line 7: | Line 7: | ||
* [[AWS IoT Button]] | * [[AWS IoT Button]] | ||
* [[DeepLens - deep learning enabled video camera]] | * [[DeepLens - deep learning enabled video camera]] | ||
| + | * [http://medium.com/@alec.hewitt9/creating-a-machine-learning-data-pipeline-in-aws-lambda-950cb2d3e62a Creating a Machine Learning Data Pipeline in AWS Lambda | Alec Hewitt @ Medium] | ||
https://d1.awsstatic.com/Test%20Images/MasonTests/Lambda_HowItWorks.662f209027a4fdfde72164fde6f01f51127e8c21.png | https://d1.awsstatic.com/Test%20Images/MasonTests/Lambda_HowItWorks.662f209027a4fdfde72164fde6f01f51127e8c21.png | ||
Revision as of 11:45, 25 June 2018
- Python & AWS Lambda
- Product page...
- Lambda Dashboard
- CloudWatch - Lambda logs
- AWS IoT Button
- DeepLens - deep learning enabled video camera
- Creating a Machine Learning Data Pipeline in AWS Lambda | Alec Hewitt @ Medium
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