This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import boto3 | |
| import botocore | |
| s3_client = boto3.client('s3') | |
| s3_resource = boto3.resource('s3') | |
| def get_bucket_names(): | |
| bucket_names = [] | |
| for bucket in s3_client.list_buckets().get('Buckets'): | |
| bucket_names.append(bucket.get('Name')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Patrick Pierson", | |
| "summary": "Director of IT with over 20 years of experience in infrastructure engineering, cybersecurity, and cloud operations. Proven leader in high-performing agile environments, specializing in AWS, CMMC 2.0 compliance, and automated CI/CD workflows. Military intelligence background provides a unique perspective on systems security and mission-critical reliability. Committed to optimizing technology to drive operational excellence and reduce total cost of ownership.", | |
| "email": "patrick.c.pierson@gmail.com", | |
| "location": { | |
| "city": "Frederick", | |
| "countryCode": "US", | |
| "region": "Maryland", | |
| "postalCode": "21702" |
OlderNewer