Skip to content

AWS::ApiGatewayV2::DomainName - Tags broken #398

@farski

Description

@farski

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: Bar

as well as with straight key value pairs

Tags:
  Foo: Bar

The 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug?networking & content delivVPC, CloudFront, Route 53, API Gateway, Direct Connect, AWS App Mesh, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions