-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stricter checking to resource attributes (#177)
* Add stricter checking to resource attributes * Certain resource strings were incorrectly accepted as valid * Adds is_arn_strictly_valid function to do tighter checks on resources against their documented requirements * Appears to fix #167 * Delete erroneous file * Remove extra spacing * Resource types can have hyphens
- Loading branch information
1 parent
cedc284
commit 22f6d6f
Showing
3 changed files
with
94 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters