mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00
[PR #15] [CLOSED] Fix some low-hanging performance issues #174
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#174
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?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/15
Author: @mschlaipfer
Created: 11/21/2025
Status: ❌ Closed
Base:
prerelease← Head:optimize-python-extraction📝 Commits (1)
00aea26Fix some low-hanging performance issues📊 Changes
4 files changed (+275 additions, -240 deletions)
View changed files
📝
iam-policy-autopilot-policy-generation/src/extraction/extractor.rs(+13 -0)📝
iam-policy-autopilot-policy-generation/src/extraction/python/boto3_resources_model.rs(+20 -59)📝
iam-policy-autopilot-policy-generation/src/extraction/python/extractor.rs(+42 -4)📝
iam-policy-autopilot-policy-generation/src/extraction/python/resource_direct_calls_extractor.rs(+200 -177)📄 Description
Issue #, if available:
Description of changes:
ResourceDirectCallsExtractor::new(service_index)out of the loopanyWe should make sure this doesn't regress on our benchmark set before merging.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.