From 27965846ececbeb552c8bb05045bc115626c54f5 Mon Sep 17 00:00:00 2001 From: James Lakin Date: Mon, 8 Nov 2021 09:36:49 +0000 Subject: [PATCH] chore(cx-api): Rename feature flag comment to RestApi --- packages/@aws-cdk/cx-api/lib/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/cx-api/lib/features.ts b/packages/@aws-cdk/cx-api/lib/features.ts index 13477546be9ef..d1fe79cd57276 100644 --- a/packages/@aws-cdk/cx-api/lib/features.ts +++ b/packages/@aws-cdk/cx-api/lib/features.ts @@ -161,7 +161,7 @@ export const LAMBDA_RECOGNIZE_VERSION_PROPS = '@aws-cdk/aws-lambda:recognizeVers export const CLOUDFRONT_DEFAULT_SECURITY_POLICY_TLS_V1_2_2021 = '@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021'; /** - * API Gateway's REST API construct always creates a CfnOutput with a blank exportName. That name can be overridden + * API Gateway's RestApi construct always creates a CfnOutput with a blank exportName. That name can be overridden * by the `endpointExportName` prop but there's no option to simply not have it produce an output in the first * place. * If this values is true, no CfnOutput will be created by the RestApi construct, unless `endpointExportName` is