Skip to content

Commit

Permalink
optimized a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 30, 2025
1 parent 48e1360 commit c79b7f8
Show file tree
Hide file tree
Showing 17 changed files with 1,435 additions and 1,251 deletions.
4 changes: 2 additions & 2 deletions local-app/python-tools/gfl-resource-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ pip install boto3
### Basic Usage

```python
import aws_utils
import aws_resource_management.aws_utils as aws_utils

# Create a client using SSO profiles or role assumption
# Get an EC2 client for a specific account
ec2_client = aws_utils.create_boto3_client_for_account(
'123456789012', # AWS account ID
'ec2', # AWS service
Expand Down
Loading

0 comments on commit c79b7f8

Please sign in to comment.