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
{ | |
"meta": { | |
"theme": "kendall" | |
}, | |
"basics": { | |
"name": "Patrick Pierson", | |
"summary": "Proficient in leading teams in collaborative, high-performing agile environments, focusing on common goals. Extensive expertise in SysOps, DevOps, and cloud platforms, particularly AWS. Skilled in developing, operating, and maintaining full-stack applications and distributed computing frameworks. Deep experience in Continuous Integration/Delivery using GitHub Actions, TeamCity, Docker, Puppet, Salt, CloudFormation, and Python. Military service background in intelligence operations and information technology, offering unique insights into systems, networks, and security to support mission success. Committed to optimizing computer systems and software to achieve greater efficiency and operational capability while reducing the total cost of ownership.", | |
"email": "[email protected]", | |
"location": { | |
"city": "Frederick, MD", |
OlderNewer