Skip to content

Commit 4e2ee4f

Browse files
added env vars for vpc config
1 parent 89694b7 commit 4e2ee4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ export JWT_PG_TYPE_IDENTIFIER="forum_example.jwt_token"
99
export AWS_SERVICE_NAME="my-postgraphile-lambda"
1010
export AWS_REGION="us-east-1"
1111
export AWS_STAGE="dev"
12+
export AWS_VPC_SECURITY_GROUP_IDS="sg-1234asdf"
13+
export AWS_VPC_SUBNET_IDS="subnet-2345sdfg,subnet-3456dfgh,subnet-4567fghj"

0 commit comments

Comments
 (0)