aws-cdk-lib.aws_apigatewayv2
: confusing wording for HttpApi.disableExecuteApiEndpoint
#31729
Labels
@aws-cdk/aws-apigatewayv2
Related to Amazon API Gateway v2
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
p2
Describe the issue
I think this means if you want to use a custom domain you should set
disableExecuteApiEndpoint=true
?I'm pretty sure that's how I would want it to behave.
It is confusing because the wording says "enable this" but the param is called "disable...", so it's unclear if it means to enable the disabling flag, or to enable the thing that the disabling flag disables.
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigatewayv2.HttpApi.html#disableexecuteapiendpoint
The text was updated successfully, but these errors were encountered: