diff --git a/packages/aws-cdk-lib/aws-apigateway/README.md b/packages/aws-cdk-lib/aws-apigateway/README.md index 2a6be5ad2b12a..136e9a59bc388 100644 --- a/packages/aws-cdk-lib/aws-apigateway/README.md +++ b/packages/aws-cdk-lib/aws-apigateway/README.md @@ -267,6 +267,11 @@ 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. + ## Integration Targets Methods are associated with backend integrations, which are invoked when this