Created
November 7, 2016 14:21
-
-
Save datitran/7f21f9ac93e0463125cb359319dbb0cd to your computer and use it in GitHub Desktop.
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
| 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