Skip to content

Instantly share code, notes, and snippets.

@datitran
Created November 7, 2016 14:21
Show Gist options
  • Save datitran/7f21f9ac93e0463125cb359319dbb0cd to your computer and use it in GitHub Desktop.
Save datitran/7f21f9ac93e0463125cb359319dbb0cd to your computer and use it in GitHub Desktop.
def emr_client(self):
client = boto3.client("emr",
aws_access_key_id=self.aws_access_key,
aws_secret_access_key=self.aws_secret_access_key,
region_name=self.region_name)
return client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment