Skip to content

Co-operate with formats that use tags of their own such as CloudFormation #11

Description

@japsu

CloudFormation has its own functions such as !Subst and !Join etc. In order to be able to input and output CloudFormation templates, Emrichen needs a way to co-operate with foreign tags.

(Bad) options:

  1. Keep disallowing foreign tags and require CloudFormation users to use the { "Fn::Join": […] } form of CFN functions instead of the tag-based !Join form
  2. Prefix our own tags with some prefix, reducing the risk of collision, and pass foreign tags to the output as-is.
  3. Require foreign tags to be prefixed and strip the prefix upon processing

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions