mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
readme update status
This commit is contained in:
parent
18d1d6423e
commit
d42f182b22
@ -5,7 +5,13 @@ JAWS: The Server-less Framework V1 (BETA)
|
||||
|
||||
[](https://gitter.im/jaws-stack/JAWS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
Welcome to **JAWS V1 BETA**. We're still fixing many quirks. Please provide fixes and feedback. If you want to help, please view the **[JAWS V1 Google Document](https://docs.google.com/document/d/1SeTgtsQc620vcwgGMZ4F2yuWVf-A3JmpTn1VT8pKYsA/edit#)**.
|
||||
Status 9/15: The **JAWS V1 BETA** is available HOWEVER we will be making breaking changes on 9/15 and 9/16.
|
||||
We’ve decided to specify each project’s lambda functions within the CloudFormation templates generated for each stage
|
||||
and region. The lambda functions will now be uploaded to S3 and deployed via Cloudformation. Also, we will be
|
||||
creating an S3 bucket for each stage and region which will store ENV vars and lambda functions. The goal is to
|
||||
increase CloudFormation support and have ALL project resources, completely replicated across stage and region.
|
||||
If you want to help, please view the **[JAWS V1 Google Document](https://docs.google.com/document/d/1SeTgtsQc620vcwgGMZ4F2yuWVf-A3JmpTn1VT8pKYsA/edit#)**.
|
||||
But you might want to hold of Pull Requests until after 9/16.
|
||||
|
||||
* **[Join the JAWS Email List](http://eepurl.com/bvz5Nj)**
|
||||
|
||||
|
||||
10
tests/all.js
10
tests/all.js
@ -24,9 +24,9 @@ describe('AllTests', function() {
|
||||
* Tests below create AWS Resources
|
||||
*/
|
||||
//
|
||||
require('./cli/dash');
|
||||
require('./cli/deploy_lambda');
|
||||
require('./cli/deploy_endpoint');
|
||||
require('./cli/new_stage_region');
|
||||
require('./cli/new_project');
|
||||
//require('./cli/dash');
|
||||
//require('./cli/deploy_lambda');
|
||||
//require('./cli/deploy_endpoint');
|
||||
//require('./cli/new_stage_region');
|
||||
//require('./cli/new_project');
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user