File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,24 @@ v16.xで大丈夫なはずです。
2222
2323### AWS_PROFILEを設定する
2424
25+ 例
26+
2527``` sh
2628export AWS_PROFILE=kikuo-jp
2729```
2830
2931### ツールキットスタック名を設定する
3032
33+ 例
34+
3135``` sh
3236TOOLKIT_STACK_NAME=api-with-spec-example-toolkit
3337```
3438
3539### Synthesizer Qualifierを設定する
3640
41+ 例
42+
3743``` sh
3844TOOLKIT_QUALIFIER=apispc2022
3945```
Original file line number Diff line number Diff line change @@ -22,18 +22,24 @@ v16.x should work.
2222
2323### Setting AWS_PROFILE
2424
25+ Example,
26+
2527``` sh
2628export AWS_PROFILE=kikuo-jp
2729```
2830
2931### Setting the toolkit stack name
3032
33+ Example,
34+
3135``` sh
3236TOOLKIT_STACK_NAME=api-with-spec-example-toolkit
3337```
3438
3539### Setting the synthesizer qualifier
3640
41+ Example,
42+
3743``` sh
3844TOOLKIT_QUALIFIER=apispc2022
3945```
You can’t perform that action at this time.
0 commit comments