Skip to content

Commit a002bd5

Browse files
committed
add environment valuables
1 parent 30ac450 commit a002bd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.envrc.sample

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
## すべてのサブシステムで同じ値を使う必要がある
55
export ALIS_APP_ID=foobar
66

7+
# CloudFormationで生成されたAPI GatewayのAPI ID
8+
# スクリプトから各APIに事後処理を行うために使用する
9+
# 現状、SAMがIAM認証をサポートしていないため
10+
# TODO: SAMがIAM認証をサポートしたらteplate.yamlに集約してこの値とスクリプトを除却する
11+
# - see: https://github.com/awslabs/serverless-application-model/issues/248
12+
export SERVERLESS_REST_API_ID=pe6odilrre
13+
714
# --- AWS ---
815

916
## aws-cli

0 commit comments

Comments
 (0)