File tree Expand file tree Collapse file tree 3 files changed +13
-17
lines changed
Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Original file line number Diff line number Diff 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
2625environment_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
Original file line number Diff line number Diff 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
2625environment_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
Original file line number Diff line number Diff 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
2625environment_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
You can’t perform that action at this time.
0 commit comments