You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A skeleton application for machine learning on the AWS Lambda compute engine written in Python 2.7.
5
4
@@ -10,7 +9,6 @@ Unfortunately out of the box Lambda and Python have severe compatibility issues.
10
9
11
10
What's Inside?
12
11
=====================================
13
-
**AWS Lambda** 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.
14
12
15
13
**Numpy** NumPy is the fundamental package for scientific computing with Python.
0 commit comments