readme update status

This commit is contained in:
Austen Collins 2015-09-14 21:57:31 -07:00
parent 18d1d6423e
commit d42f182b22
2 changed files with 12 additions and 6 deletions

View File

@ -5,7 +5,13 @@ JAWS: The Server-less Framework V1 (BETA)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](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.
Weve decided to specify each projects 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)**

View File

@ -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');
});