cfn-config icon indicating copy to clipboard operation
cfn-config copied to clipboard

Quickly configure, start, and update AWS CloudFormation stacks.

Results 10 cfn-config issues
Sort by recently updated
recently updated
newest added

Adding inquirer-search-list plugin, which allows lists to be searchable. Tested on local mbxcli branch, seems to be working good

It appears that `cfn.getTemplate` may return JSON or YAML, but L126 in lookup.js presumes that it is necessarily JSON. I am trying to deploy a particular stack, but the content...

Adds the ability to use YAML formatted Cloudformation templates, even if they use short form syntax for [intrinsic functions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html). Parsing plain old YAML is fairly straightforward, but out of the...

Tried deploying a stack after adding an additional parameter with type: `Number` and `AllowedValues` provided: e.g. ``` LuckyNumber: { Type: 'Nuber', AllowedValues: [0,1,2,3,4,5,6,7,8,9,10] } ``` the stack update gets stuck...

bug

We should fill the silence with some indication of what is happening. Or dancing ![dancing](https://cloud.githubusercontent.com/assets/515424/17913425/aa409e36-694e-11e6-8018-37836f1fc3f5.gif)

When performing an update, if I provide an override for parameter that did not exist in the old template, but does exist in the new template, that new parameter does...

### Context The s3urls library has been archived by Mapbox but is still in use by `cfn-config` I've forked the library to add support for the latest S3 REST APIs...

### Context Just surfacing here for visibility, https://github.com/openaddresses/cfn-config/issues/12 will affect mapbox/cfn-config as well. I've introduced a fix in the PR here: https://github.com/openaddresses/cfn-config/pull/13 but can't easily propose a change upstream as...