Ben Bridts
Ben Bridts
There are several different ways that customers can pay their AWS / A-Cloud bills. They might have questions like: - Will this have an effect on my billing preferences, consolidated...
*cfn-lint version: (`cfn-lint --version`)* 0.53.0 *Description of issue.* When specifying a ResourcePath, there are complicated rules (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-stage-methodsetting.html#cfn-apigateway-stage-methodsetting-resourcepath). One thing that is certain, is that it has to start with a...
I think it is generated here: https://github.com/iann0036/former2/blob/master/js/services/apigateway.js#L2045 The rules for this are confusing (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-stage-methodsetting.html#cfn-apigateway-stage-methodsetting-resourcepath): - `/resource/subresource` must be encoded as `/~1resource~1subresource` - all resources must be encoded as `/*` (and...
**Describe the bug** When a resource in the template has a LogicalId like `Name/With/Slash`, guard panics if there is a failing rule for that resource. I know that CloudFormation does...
Having the lambda packaged in a (SAM) template will be an easier way to deploy cfn-guard for CloudFormation users. The sam cli could be leveraged to execute the Makefile automatically...
Fixes #10 Deploying cfn-guard-lambda by hand is not the best way, I added instructions and resources to build and deploy with sam-cli. I wrote the build to run in a...
cfn-guard is hard to use for someone without rust experience on a windows machine It would be great if there would be a binary that a user can download and...
Here are some examples of things that are a good idea to check in CloudFormation Resource schemas. I moved the other examples around to have a place to put them...
I would like to use aws-shell, but we use roles with MFA authentication for all profiles. This breaks the commands that query aws and make other commands tedious to use....
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.