mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
readme: updates
This commit is contained in:
parent
c6a92e0916
commit
a4cde9a4cd
@ -5,12 +5,12 @@ Serverless V0 (BETA) -- Formerly "JAWS"
|
||||
|
||||
####The Serverless Application Framework Powered By Amazon Web Services - [serverless.com](http://www.serverless.com)
|
||||
|
||||
**Status 12/8:** We re-branded from JAWS and pushed out a HUGE release on 12/8. We're now cleaning up bugs, finishing the new docs and cleaning up everything else. By the end of this week we will have made rapid progress. Please stay tuned and help us test :)
|
||||
We've re-branded from JAWS and pushed out a HUGE release. We're now cleaning up bugs, finishing the new docs and fixing broken features. By the end of this week we will have made rapid progress. Please help us test, submit pull requests, and check out our **[Road Map](https://trello.com/b/EX6SxBJJ/framework)** for daily status updates. We will be moving quickly, stay tuned :)
|
||||
|
||||
**Note:** This project was formerly JAWS.
|
||||
|
||||
## Links
|
||||
* [Docs](http://docs.serverless.com)
|
||||
* [Documentation (Under Construction)](http://docs.serverless.com)
|
||||
* [Gitter](https://gitter.im/serverless/serverless)
|
||||
* [Road Map](https://trello.com/b/EX6SxBJJ/framework)
|
||||
* [Twitter](https://twitter.com/goserverless)
|
||||
@ -31,4 +31,4 @@ npm install serverless -g
|
||||
* **Removed CloudFormation Support For Project Lambdas:** We no longer use CloudFormation to deploy your Lambdas. It is too slow and it is behind on features which we would like to support today. Our `s-function.json` resembles CF syntax, but is leaner and offers an abstraction layer which we will use to assist your workflow further in the near future. Lambda Function names are also much neater now.
|
||||
* **1 REST API Containing Your Project's Stages:** JAWS created a separate REST API on API Gateway for each of your Project stages. Now, your project just has one REST API and your Project's Stages are added as stages on that REST API.
|
||||
* **Stage Variable Support:** Each stage in your API Gateway REST API uses an API Gateway stage variable to point to Lambdas aliased with the same stage name. By changing that variable, you can point all endpoints inyour REST API Stage to an entirely different set of aliased Lambdas.
|
||||
* **Plugin Architecture:** Every Action Serverless does is a Plugin. You can make your own plugins too to add "pre" and "post" hooks on Actions, create custom Actions, or replace an Action entirely.
|
||||
* **Plugin Architecture:** Every Action Serverless does is a Plugin. You can make your own plugins too to add "pre" and "post" hooks on Actions, create custom Actions, or replace an Action entirely.
|
||||
Loading…
x
Reference in New Issue
Block a user