mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[GH-ISSUE #123] aws_python_case_conversion does not correctly translate some operation names #101
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#101
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 (Jan 27, 2026).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/123
Examples include operations with
Ipv6andWhatsAppin their name.Instead of special-casing a
snake_caseconversion we should build a map of cases where the standardsnake_caseconversion does not work and override. We can build this map from the service reference https://servicereference.us-east-1.amazonaws.com.This causes us to miss operations during extraction.
test_get_botocore_version_info_happy_pathneeds#[test]annotation #159@nwinans-aws commented on GitHub (Mar 5, 2026):
FWIW, this is the logic that handles special cases for Python snake case conversion https://github.com/boto/botocore/blob/develop/botocore/init.py