-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-iam): Validate Role path at build time. #13747
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-iamRelated to AWS Identity and Access ManagementRelated to AWS Identity and Access Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-iamRelated to AWS Identity and Access ManagementRelated to AWS Identity and Access Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdp2
The path of a Role should be validated at build time such as the fact that a leading slash is required along with the valid character types.
Use Case
To prevent wasted developer time. Deployments take a while to run and this slows down iteration.
Proposed Solution
Self explanatory.
Other
This is a 🚀 Feature Request