diff --git a/README.md b/README.md index 1ad8aee87..68b6ee769 100755 --- a/README.md +++ b/README.md @@ -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. +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)** diff --git a/tests/all.js b/tests/all.js index 9dd4ac4f1..59a8a56e4 100644 --- a/tests/all.js +++ b/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'); }); \ No newline at end of file