You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2021. It is now read-only.
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 databaseparameters:
- RDSInstanceClass:
- description: DB instance typetype: stringresources:
# And you can drop comments here
- DatastoreDBSubnetGroup:
- Type: AWS::RDS::DBInstanceDeletionPolicy: RetainProperties:
- DBInstanceClass: <<RDSInstanceClass>>
Just thinking if we can implement some YAML to JSON template converter.
YAML format is simpler and supports comments in the template.