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 has been 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>>
The text was updated successfully, but these errors were encountered:
Note CF now supports YAML natively. Since it looks like you munge the input that doesn't really help, but it does mean a higher expectation that it will work.
Just thinking if we can implement some YAML to JSON template converter.
YAML format is simpler and supports comments in the template.
The text was updated successfully, but these errors were encountered: