Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use json when creating cloudformation template #4

Merged

Conversation

westonsteimel
Copy link
Contributor

There is an issue with the YAML 1.1 spec which causes some
strings to be interpreted incorrectly as integers
(see yaml/pyyaml#98), so we'll
use the json template to try and prevent this

Signed-off-by: Weston Steimel weston.steimel@gmail.com

There is an issue with the YAML 1.1 spec which causes some
strings to be interpreted incorrectly as integers
(see yaml/pyyaml#98), so we'll
use the json template to try and prevent this

Signed-off-by: Weston Steimel <weston.steimel@gmail.com>
@surfkansas surfkansas merged commit 09313c4 into surfkansas:master Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants