-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
bug?networking & content delivVPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.VPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.
Description
AWS::ApiGatewayV2::DomainName is documented as having support for tags, but when a template is deployed with tags included the resource fails with the error Internal Failure.
I've tried it both using the traditional way
Tags:
- Key: Foo
Value: Baras well as with straight key value pairs
Tags:
Foo: BarThe former fails validation with a type error, and the latter fails with the previously mentioned Internal Failure.
As an aside, the fact that most ApiGatewayV2 resources have switched to a tagging format that's incongruous to nearly all other CloudFormation resources is needlessly annoying. It's just one of those small things that adds to the already fairly tough mental gymnastics needed to work with complex Cfn templates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug?networking & content delivVPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.VPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.