[Resource Type] - [Enhancement] - Removing authorizer from AWS::ApiGatewayV2::Route
requires setting AuthorizerId
to "NONE"
"
#2184
Labels
enhancement
New feature or request
Name of the resource
AWS::ApiGatewayV2::Route
Resource name
No response
Description
Removing an existing authorizer from an
AWS::ApiGatewayV2::Route
does not work by just removing theAuthorizationType
andAuthorizerId
. When doing that the CloudFormation or CloudControl operations are successful, but the existing authorizer stays attached to the route.Instead, users need to remove the
AuthorizerId
and setAuthorizationType
to"NONE"
.Other Details
Users across different ecosystems seem to be running into this:
The text was updated successfully, but these errors were encountered: