cloudformation-guard icon indicating copy to clipboard operation
cloudformation-guard copied to clipboard

bugfix for slashes in resource names

Open joshfried-aws opened this issue 3 years ago • 0 comments

Issue #, if available: fix for #256

Description of changes: To fix this bug, we check the number of / in a key. If the key has > 2 matches, we assume its possibly a resource name that contains a slash in it. In this case, we try different combinations to include keys with / in them until we find a valid key, or else we return an error.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

joshfried-aws avatar Sep 20 '22 18:09 joshfried-aws