issues
search
awslabs
/
aws-cfn-template-flip
Tool for converting AWS CloudFormation templates between JSON and YAML formats.
Apache License 2.0
994
stars
142
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Control for the encoding of output file
#119
jurkov
opened
1 year ago
0
Cfn-flip failed to parse YAML with anchors/aliases
#118
yuyangd
closed
2 years ago
2
Cfn-flip fails to parse YAMLs when there is a tab character
#117
JoseRolles
opened
2 years ago
3
ci: Fix Codecov upload and use new uploader
#116
thomasrockhu-codecov
closed
2 years ago
1
ci: Fix Codecov upload and use new uploader
#115
thomasrockhu-codecov
closed
2 years ago
0
Fix: Missing Loader parameter in the `test_yaml_patching.py` test
#114
koiker
closed
2 years ago
0
ci: add py310
#113
chenrui333
closed
2 years ago
1
is this compatible with python 2.7?
#112
michelle37
closed
3 years ago
1
Fix: When StateMachine has a string policy
#111
koiker
closed
3 years ago
1
to_yaml fails for StepFunctions StateMachine with inline DefinitionString
#110
iasoon
closed
3 years ago
4
Using cfn_flip.to_yaml with clean_up=True results in invalid template (Template error: every value of the context object of every Fn::Sub object must be a string or a function that returns a string)
#109
emocibob
closed
7 months ago
2
CFN Flip unable to parse AWS Amplify CLI Function CloudFormation templates
#108
paolo573
closed
3 years ago
11
click requirement change to click8?
#107
savagete2860
closed
3 years ago
2
Using cfn-flip -n switch on yaml file causes issues with !Sub
#106
davidadixon
closed
3 years ago
2
Incorrect error returned on YAML parsing error: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
#105
rychoo2
closed
3 years ago
2
Cfn flip does not respect parameter types when loading a template
#104
LucasTaves
closed
3 years ago
2
add Python 3.9 tests
#103
dtrodrigues
closed
3 years ago
0
Fix/max col width config
#102
koiker
closed
3 years ago
3
[Security] Use yaml.SafeLoader instead of yaml.Loader/yaml.FullLoader (same as yaml.UnsafeLoader)
#101
kamadorueda
closed
3 years ago
4
cnf-flip json->yaml conversion creates invalid linewrap ?
#100
pgnd
closed
3 years ago
4
Feature: add flag for dry run
#99
andres-lowrie
closed
4 years ago
2
Add Python 3.8 as supported
#98
gliptak
closed
4 years ago
1
Fix PyPI badge
#97
miparnisari
closed
4 years ago
0
Travis builds for Python 3.6 and 3.7 are failing
#96
ctd
closed
4 years ago
1
Updated package name to match what's listed in pypi
#95
NickEckert
closed
4 years ago
0
Can't flip valid YAML
#94
mrichman
closed
4 years ago
4
Flipping long strings isn't wrapped appropriately
#93
trov-madisonhope
closed
4 years ago
5
Separate read/write steps of cfn-flip
#92
ctd
closed
4 years ago
2
In-place editing
#91
aidansteele
closed
4 years ago
2
Improve conversion output for multiline strings
#90
dragonfly-net
closed
4 years ago
2
ODict not working properly after deep copied
#89
bachew
closed
4 years ago
1
Override OrderedDict.items() properly in ODict
#88
bachew
closed
4 years ago
1
Tabs inside cloudformation YML templates
#87
oscarbc96
closed
4 years ago
1
PyYaml conflict
#86
gimlidc
closed
5 years ago
3
Add dockerfile
#85
jonathanmorley
closed
5 years ago
2
Fix literal parser
#84
koiker
closed
5 years ago
0
Python package: ability for to_yaml() to receive input YAML data when performing cleanup of the YAML input
#83
mrinaudo-aws
closed
4 years ago
1
cfn_clean breaks DefinitionString with Sub function usage
#82
lanwen
closed
5 years ago
5
Python 2.7 support for latest release
#81
mervynrussell
closed
5 years ago
3
Fix Json string literal in resource property
#80
koiker
closed
5 years ago
3
Fix string with start 0
#79
koiker
closed
5 years ago
1
cfn_tools.dump_yaml strips quotes, causing loaded YAML template invalid
#78
canhnt
closed
5 years ago
8
Fix setup requires
#77
koiker
closed
5 years ago
1
setup.py is using setup_requires which is causing issues with pip in certain environments
#76
mervynrussell
closed
5 years ago
4
to_yaml converts entire template, including json values
#75
daschi
closed
5 years ago
8
Fixed flake8 warnings
#74
u6768
closed
5 years ago
3
Fix issue #72 to quote \r newline
#73
u6768
closed
5 years ago
2
Unit test failure on macOS with newer version of PyYAML
#72
u6768
closed
5 years ago
1
yaml.load() to yaml.safe_load()
#71
leppikallio
closed
5 years ago
3
Fixed AWS::NoValue issue #69
#70
u6768
closed
5 years ago
2
Next