Skip to content

Instantly share code, notes, and snippets.

@frivas
Created May 2, 2019 16:27
Show Gist options
  • Save frivas/569113ca7b3bbd89b2f3644e1e893c43 to your computer and use it in GitHub Desktop.
Save frivas/569113ca7b3bbd89b2f3644e1e893c43 to your computer and use it in GitHub Desktop.
Connect to Polly
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