Skip to content

Commit

Permalink
fix(config): Add stage name variable to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Jan 10, 2020
1 parent 4ff2dbe commit cf9b591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export COGNITO_REDIRECT_URI=# https://<Your Cognito Domain>/oauth2/idpresponse
export BUCKET_NAME=# An S3 bucket name to use as the deployment pipeline
export STACK_NAME=# The name of the stack to create
export REGION=# AWS region to deploy the stack and bucket in
export STAGE_NAME=# Stage name to create and deploy to in API gateway

# Variables required if deploying a node http server
export PORT=# <Port to start the server on>

0 comments on commit cf9b591

Please sign in to comment.