Skip to content

Commit 90ed9d7

Browse files
committed
Update README.md
Use header markown on title and remove redundancy.
1 parent 6f5506f commit 90ed9d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
AWS Lambda Machine Learning Skeleton Microservice (AML)
2-
========================================================
1+
## AWS Lambda Machine Learning Skeleton (AML)
32

43
A skeleton application for machine learning on the AWS Lambda compute engine written in Python 2.7.
54

@@ -10,7 +9,6 @@ Unfortunately out of the box Lambda and Python have severe compatibility issues.
109

1110
What's Inside?
1211
=====================================
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.
1412

1513
**Numpy** NumPy is the fundamental package for scientific computing with Python.
1614

0 commit comments

Comments
 (0)