You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,12 @@ Create an asynchronous CI agnostic mechanism for running custom test stage gates
109
109
|GTM_SLS_EXECUTOR_APIGW_DOMAIN_SUFFIX|reverse proxy domain name that will have apiId added as subdomain. eg. lambda.mysuffix.com will result in [apiId].lambda.mysuffix.com|
110
110
|GTM_SLS_EXECUTOR_HTTP_PROXY|proxy passed to serverless executor|
111
111
|GTM_SLS_EXECUTOR_NO_PROXY|no_proxy passed to serverless executor|
112
+
|GTM_SLS_EXECUTOR_VPC_ID|vpc id for private apigw endpoints|
113
+
|GTM_SLS_EXECUTOR_VPC_SECURITY_GROUP_ID|vpc security group id|
114
+
|GTM_SLS_EXECUTOR_VPC_SUBNET_A| vpc az subnet |
115
+
|GTM_SLS_EXECUTOR_VPC_SUBNET_B| vpc az subnet |
116
+
|GTM_SLS_EXECUTOR_VPC_SUBNET_C| vpc az subnet |
117
+
|GTM_SLS_EXECUTOR_AWS_KMS_KEY_ID| kms key id for sls env var encryption |
112
118
113
119
> important: values of env vars prefixed with `GTM_CRYPT_*` must be created via `npm run sls-encrypt [name] [value]`
0 commit comments