mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Changes
This commit is contained in:
parent
f1492ff3fb
commit
4e2e48bf47
@ -5,6 +5,8 @@ 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.
|
||||
@ -12,9 +14,6 @@ This stack uses new tools from Amazon Web Services to completely redefine how to
|
||||
- **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
|
||||
|
||||
@ -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)
|
||||
Loading…
x
Reference in New Issue
Block a user