Skip to content

Instantly share code, notes, and snippets.

@Feawel
Created February 11, 2017 16:47
Show Gist options
  • Save Feawel/ccba2f627870a94b6418c55d5f346770 to your computer and use it in GitHub Desktop.
Save Feawel/ccba2f627870a94b6418c55d5f346770 to your computer and use it in GitHub Desktop.
AWS Polly initialisation
import aws from 'aws-sdk'
// Create a Polly client
const polly = new aws.Polly({
signatureVersion: ‘v4’,
region: ‘eu-west-1’
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment