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

Find a YAML library that stringifies in a way that CloudFormation accepts #1098

Closed
rix0rrr opened this issue Nov 6, 2018 · 0 comments · Fixed by #1105
Closed

Find a YAML library that stringifies in a way that CloudFormation accepts #1098

rix0rrr opened this issue Nov 6, 2018 · 0 comments · Fixed by #1105

Comments

@rix0rrr
Copy link
Contributor

rix0rrr commented Nov 6, 2018

We've tried

  • yamljs
  • js-yaml
  • yaml

And they all have their quirks, none of them is completely correct.

rix0rrr pushed a commit that referenced this issue Nov 7, 2018
Switch back to the newly-fixed 'yaml' package so that we can get
both correct quoting of strings with leading '0' characters and
correct quoting of strings with colon ':' characters.

Fixes #1100, fixes #1098.
rix0rrr added a commit that referenced this issue Nov 8, 2018
Switch back to the newly-fixed 'yaml' package so that we can get
both correct quoting of strings with leading '0' characters and
correct quoting of strings with colon ':' characters.

Fixes #1100, fixes #1098.
rix0rrr pushed a commit that referenced this issue Nov 8, 2018
Bug Fixes
==========

* correctly emit quoted YAML for account numbers ([#1105](#1105)) ([b4d9155](b4d9155)), closes [#1100](#1100) [#1098](#1098)
* **aws-ecs:** fix use of published NPM package with TypeScript ([#1117](#1117)) ([ebfb522](ebfb522))

Features
==========

* **aws-ecs:** Add desired count to LoadBalanced[Fargate|EC2]Service ([#1111](#1111)) ([cafcc11](cafcc11))
@rix0rrr rix0rrr mentioned this issue Nov 8, 2018
rix0rrr added a commit that referenced this issue Nov 8, 2018
Bug Fixes
==========

* correctly emit quoted YAML for account numbers ([#1105](#1105)) ([b4d9155](b4d9155)), closes [#1100](#1100) [#1098](#1098)
* **aws-ecs:** fix use of published NPM package with TypeScript ([#1117](#1117)) ([ebfb522](ebfb522))

Features
==========

* **aws-ecs:** Add desired count to LoadBalanced[Fargate|EC2]Service ([#1111](#1111)) ([cafcc11](cafcc11))
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 a pull request may close this issue.

1 participant