Skip to content

Commit

Permalink
docs(aws-apigateway): Add line breaks for better visual readability
Browse files Browse the repository at this point in the history
  • Loading branch information
engineer-taro committed Apr 15, 2024
1 parent d4dfaa8 commit 874c6d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/aws-cdk-lib/aws-apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,9 @@ The following example uses sets up two Resources '/pets' and '/books' in separat
[Resources grouped into nested stacks](test/integ.restapi-import.lit.ts)

> **Warning:** In the code above, an API Gateway deployment is created during the initial CDK deployment.
However, if there are changes to the resources in subsequent CDK deployments, a new API Gateway deployment is not automatically created. As a result, the latest state of the resources is not reflected.
To ensure the latest state of the resources is reflected, a manual deployment of the API Gateway is required after the CDK deployment.
However, if there are changes to the resources in subsequent CDK deployments, a new API Gateway deployment is not
automatically created. As a result, the latest state of the resources is not reflected. To ensure the latest state
of the resources is reflected, a manual deployment of the API Gateway is required after the CDK deployment.

## Integration Targets

Expand Down

0 comments on commit 874c6d6

Please sign in to comment.