Last active
December 11, 2015 06:39
-
-
Save michaelwills/e971d8bfe38642e8abcf to your computer and use it in GitHub Desktop.
serverless/serverless framework testing .env file
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 characters
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 | |
NPM_BIN="/path/to/node /path/to/npm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment