Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Aug 4, 2015
1 parent f1492ff commit 4e2e48b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ 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.

####[Follow the "Installation Guide" in the Wiki to get started! ](https://github.com/servant-app/JAWS/wiki/JAWS-Installation)

##### 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.
- **Scale Infinitely:** A back-end comprised of Lambda functions comes with a ton of concurrency and you can easily enable multi-region redundancy.
- **Be Cheap As Possible:** Lambda functions run only when they are called, and you only pay for when they are run.

####[Follow the "Installation Guide" in the Wiki to get started! ](https://github.com/servant-app/JAWS/wiki/JAWS-Installation)



##Architecture

Expand Down Expand Up @@ -90,4 +89,4 @@ Your website/client-side application. These assets can be uploaded and served f
##Other
* [List Of AWS Tips](https://wblinks.com/notes/aws-tips-i-wish-id-known-before-i-started/)
* [Amazon Monthly Cost Estimate Calculator](http://calculator.s3.amazonaws.com/index.html)
* [Set-Up AWS Billing Alerts](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/monitor-charges.html)
* [Set-Up AWS Billing Alerts](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/monitor-charges.html)

0 comments on commit 4e2e48b

Please sign in to comment.