Created
May 2, 2019 16:27
-
-
Save frivas/569113ca7b3bbd89b2f3644e1e893c43 to your computer and use it in GitHub Desktop.
Connect to Polly
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 connectToPolly(regionName=my_region, endpointUrl=polly_url): | |
return boto3.client('polly', region_name=regionName, endpoint_url=endpointUrl) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment