mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00
[GH-ISSUE #108] Commit ff3fc0e broke waiter extraction #89
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#89
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 15, 2026).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/108
Originally assigned to: @mschlaipfer on GitHub.
Describe the bug
Waiter extraction does not work anymore. The refactoring in commit
ff3fc0epopulatesSdkMethodCallwith the waiter name, but this name is never translated to the operation name.To Reproduce
Run
generate-policieson a Python inputwaiter = dynamodb_client.get_waiter('table_exists')Expected behavior
should result in a policy with
dynamodb:DescribeTablepermission.Additional context
Add any other context about the problem here.
to_case(Case::Pascal)#153