Skip to content

Commit e19e339

Browse files
committed
style: notate configured environment variables as stable
1 parent 9948383 commit e19e339

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

examples/aws_lambda/aws_lambda_config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ aws_secret_access_key:
2020
# timeout: 15
2121
# memory_size: 512
2222
# concurrency: 500
23-
#
2423

25-
# Experimental Environment variables
24+
# Lambda environment variables
2625
environment_variables:
27-
SLACK_BOT_TOKEN: ${SLACK_BOT_TOKEN}
28-
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
26+
SLACK_BOT_TOKEN: ${SLACK_BOT_TOKEN}
27+
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
2928

3029
# If `tags` is uncommented then tags will be set at creation or update
3130
# time. During an update all other tags will be removed except the tags

examples/aws_lambda/aws_lambda_oauth_config.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,15 @@ aws_secret_access_key:
2020
# timeout: 15
2121
# memory_size: 512
2222
# concurrency: 500
23-
#
2423

25-
# Experimental Environment variables
24+
# Lambda environment variables
2625
environment_variables:
27-
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
28-
SLACK_CLIENT_ID: ${SLACK_CLIENT_ID}
29-
SLACK_CLIENT_SECRET: ${SLACK_CLIENT_SECRET}
30-
SLACK_SCOPES: ${SLACK_SCOPES}
31-
SLACK_INSTALLATION_S3_BUCKET_NAME: ${SLACK_INSTALLATION_S3_BUCKET_NAME}
32-
SLACK_STATE_S3_BUCKET_NAME: ${SLACK_STATE_S3_BUCKET_NAME}
33-
26+
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
27+
SLACK_CLIENT_ID: ${SLACK_CLIENT_ID}
28+
SLACK_CLIENT_SECRET: ${SLACK_CLIENT_SECRET}
29+
SLACK_SCOPES: ${SLACK_SCOPES}
30+
SLACK_INSTALLATION_S3_BUCKET_NAME: ${SLACK_INSTALLATION_S3_BUCKET_NAME}
31+
SLACK_STATE_S3_BUCKET_NAME: ${SLACK_STATE_S3_BUCKET_NAME}
3432

3533
# If `tags` is uncommented then tags will be set at creation or update
3634
# time. During an update all other tags will be removed except the tags

examples/aws_lambda/lazy_aws_lambda_config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ aws_secret_access_key:
2020
# timeout: 15
2121
# memory_size: 512
2222
# concurrency: 500
23-
#
2423

25-
# Experimental Environment variables
24+
# Lambda environment variables
2625
environment_variables:
27-
SLACK_BOT_TOKEN: ${SLACK_BOT_TOKEN}
28-
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
26+
SLACK_BOT_TOKEN: ${SLACK_BOT_TOKEN}
27+
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
2928

3029
# If `tags` is uncommented then tags will be set at creation or update
3130
# time. During an update all other tags will be removed except the tags

0 commit comments

Comments
 (0)