mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[GH-ISSUE #89] Introduce a lint that warns when we use to_case(Case::Pascal) #59
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mschlaipfer on GitHub (Dec 18, 2025).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/89
Originally assigned to: @mschlaipfer on GitHub.
It is inviting to convert Python snake_case method names to operation names, but it is not the right way to do it. See https://github.com/awslabs/iam-policy-autopilot/issues/66,
describe_db_clustersdoesn't convert correctly. We need to convert viamethod_lookup.Most likely case conversion to PascalCase is wrong and we should fail on it. If needed in some context one can still explicitly disable the lint.