Skip to content

Just4test/cloudformation-template-yaml-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFormation Yaml

Let you load cloudformation template.yaml

This package only run in python 3.

Install

pip3 install -U cfn-yaml

How to use

(In Python 3)

import cfnyaml
template = cfnyaml.load(open('template.yaml'))
cfnyaml.dump(template)
template['Resources']['lambdaFunc1']['Layers'].append(cfnyaml.Ref('lambdaLayer1'))

About

Load and control cloudformation template in yaml format.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors