Skip to content

Instantly share code, notes, and snippets.

View patrickpierson's full-sized avatar
:shipit:
Ship it!

Patrick Pierson patrickpierson

:shipit:
Ship it!
View GitHub Profile
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'))
{
"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"