Last active
December 11, 2015 06:39
-
-
Save michaelwills/e971d8bfe38642e8abcf to your computer and use it in GitHub Desktop.
Revisions
-
michaelwills revised this gist
Dec 11, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,3 +7,4 @@ TEST_SERVERLESS_STAGE2=production TEST_SERVERLESS_LAMBDA_ROLE=ARN_FROM_A_PROJECT TEST_SERVERLESS_AWS_ACCESS_KEY=YOUR_KEY TEST_SERVERLESS_AWS_SECRET_KEY=YOUR_SECRET NPM_BIN="/path/to/node /path/to/npm" -
michaelwills created this gist
Dec 10, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ TEST_SERVERLESS_EXE_CF=false TEST_SERVERLESS_EMAIL=YOUR_EMAIL TEST_SERVERLESS_REGION1=us-east-1 TEST_SERVERLESS_REGION2=us-west-2 TEST_SERVERLESS_STAGE1=development TEST_SERVERLESS_STAGE2=production TEST_SERVERLESS_LAMBDA_ROLE=ARN_FROM_A_PROJECT TEST_SERVERLESS_AWS_ACCESS_KEY=YOUR_KEY TEST_SERVERLESS_AWS_SECRET_KEY=YOUR_SECRET