ezshield / posh-awscfn

PowerShell module to help generate AWS CloudFormation templates
MIT License
12 stars 2 forks source link

AWS-maintained schema for CFN #2

Open ebekker opened 7 years ago

ebekker commented 7 years ago

AWS appears to be working on an official schema for the CFN JSON DSL, which would make the auto-generation of the AwsCfn module so much better, faster and more current.

I'm opening this ticket to track the different issues out there that are related to this:

ebekker commented 7 years ago

Looks like something even more official and promising:

ebekker commented 7 years ago

Tada! AWS has published an official resource specification for CFN as announced here.

The actual resource spec is documented here.