Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.
This repository was archived by the owner on May 18, 2021. It is now read-only.

YAML format to replace verbose JSON templates #20

Description

@yongfei25

Just thinking if we can implement some YAML to JSON template converter.
YAML format is simpler and supports comments in the template.

description: Create postgres database
parameters:
 - RDSInstanceClass:
     - description: DB instance type
       type: string
resources:
  # And you can drop comments here
 - DatastoreDBSubnetGroup:
    - Type: AWS::RDS::DBInstance
       DeletionPolicy: Retain
       Properties:
        - DBInstanceClass: <<RDSInstanceClass>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions