Skip to content

Instantly share code, notes, and snippets.

View ferb00000100's full-sized avatar

Ferb ferb00000100

View GitHub Profile
@ferb00000100
ferb00000100 / get_aws_services.py
Created July 12, 2023 16:45
aws services client
import boto3
def get_client(region, service, credentials):
client = boto3.client(
service,
region_name=region,
aws_access_key_id=credentials['AccessKeyId'],
aws_secret_access_key=credentials['SecretAccessKey'],
aws_session_token=credentials['SessionToken']

Keybase proof

I hereby claim:

  • I am jasonmichaelmartin on github.
  • I am jmmartin11 (https://keybase.io/jmmartin11) on keybase.
  • I have a public key whose fingerprint is 5C8B 4F0B 9C14 FBC0 519B 34C7 F3B6 AEC5 A86E E332

To claim this, I am signing this object: