awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
335 stars 222 forks source link

Add YAML example to "Use an existing AWS CloudFormation template" #249

Open ghost opened 4 years ago

ghost commented 4 years ago

The main difficulty is that each language will need a different library. Only Python has a YAML module in its standard library; for others, we need to choose one that seems popular and is easy to use for this use case.