Readme updates

This commit is contained in:
Austen Collins 2015-08-04 11:07:47 -07:00
parent d7fe389861
commit f1492ff3fb

View File

@ -5,7 +5,7 @@ JAWS: The Javascript + AWS Stack
This stack uses new tools from Amazon Web Services to completely redefine how to build massively scalable (and cheap) web applications.
The Goals of JAWS:
##### The Goals Of JAWS Are:
- **Use No Servers:** Never deal with scaling/deploying/maintaing/monitoring servers again.
- **Isolated Components:** The JAWS back-end is comprised entirely of AWS Lambda Functions. You can develop/update/configure each separately without affecting any other part of your application. Your app never goes down... only individual API routes can go down.