diff --git a/src/PollyRenderer.js b/src/PollyRenderer.js index 868305d..28cda76 100644 --- a/src/PollyRenderer.js +++ b/src/PollyRenderer.js @@ -14,8 +14,8 @@ module.exports = class Polly extends DefaultRenderer { constructor(config) { super(config); - this.s3 = new AWS.S3({ region: 'us-east-1' }); - this.polly = new AWS.Polly({ region: 'us-east-1' }); + this.s3 = new AWS.S3(); + this.polly = new AWS.Polly(); } renderMessage(msg, alexaEvent) {