Joel Haubold
Joel Haubold
*cfn-lint version: (`cfn-lint --version`)* 0.48.0 *Description of issue.* I frequently use nested stacks with SAM build. When I lint the root template and the nested stack is setup using `TemplateURL`...
I'm in the preview for a new AWS service, and have added the cli models for that service. I get the following error when running aws-shell. ``` $ aws-shell First...
the --skip-pagination option is inverted and the code was unclear.
This task fails if the change set that is being executed has no changes. There should be an option to not fail in this case just as there is in...
Clarity mode should: * Remove options apigateway endpoints if they are for CORS support
We should either use a javascript graph rendering library (perhaps https://github.com/mdaines/viz.js or https://github.com/gyuque/livizjs) or at least spawn the graphviz process to build the png/svg.
In my `~/.aws/config` file I have something like this ``` [profile someAccount-somerole] region = us-west-2 role_arn = arn:aws:iam::123412341234:role/someRole mfa_serial = arn:aws:iam::432143214321:mfa/jhaubold source_profile = iam-jhaubold ``` When I awsume this profile...
Sometimes I use `awsume -s` to generate credentials that I will used on a remote computer. I would like to have these export statements prepended with a space. This will...