File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pnpm cdk bootstrap --toolkit-stack-name $TOOLKIT_STACK_NAME --qualifier $TOOLKIT
5656pnpm cdk synth -c " @aws-cdk/core:bootstrapQualifier=$TOOLKIT_QUALIFIER "
5757```
5858
59- OpenAPI定義を含む` openapi.json ` ファイルが作成または更新されます。
59+ OpenAPI定義を含む` openapi/openapi .json ` ファイルが作成または更新されます。
6060
6161### CDKスタックをデプロイする
6262
@@ -66,4 +66,4 @@ pnpm cdk deploy --toolkit-stack-name $TOOLKIT_STACK_NAME -c "@aws-cdk/core:boots
6666
6767` api-with-spec-example ` というCloudFormationスタックが作成または更新されます。
6868
69- OpenAPI定義を含む` openapi.json ` ファイルも作成または更新されます。
69+ OpenAPI定義を含む` openapi/openapi .json ` ファイルも作成または更新されます。
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pnpm cdk bootstrap --toolkit-stack-name $TOOLKIT_STACK_NAME --qualifier $TOOLKIT
5656pnpm cdk synth -c " @aws-cdk/core:bootstrapQualifier=$TOOLKIT_QUALIFIER "
5757```
5858
59- You will find the OpenAPI definition created or updated in the file ` openapi.json ` .
59+ You will find the OpenAPI definition created or updated in the file ` openapi/openapi .json ` .
6060
6161### Deploying the CDK stack
6262
@@ -66,4 +66,4 @@ pnpm cdk deploy --toolkit-stack-name $TOOLKIT_STACK_NAME -c "@aws-cdk/core:boots
6666
6767You will find a CloudFormation stack ` api-with-spec-example ` created or updated.
6868
69- You will also find the OpenAPI definition created or updated in the file ` openapi.json ` .
69+ You will also find the OpenAPI definition created or updated in the file ` openapi/openapi .json ` .
You can’t perform that action at this time.
0 commit comments