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'))
{
"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",