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
var path = require('path'); | |
var fs = require('fs'); | |
var AWS = require('aws-sdk'); | |
var polly = new AWS.Polly(); | |
var lexRuntime = new AWS.LexRuntime(); | |
async function run() { | |
var audioStream = polly.synthesizeSpeech({ |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/radekc/.nvm/versions/node/v8.8.1/bin/node', | |
1 verbose cli '/Users/radekc/.nvm/versions/node/v8.8.1/bin/npm', | |
1 verbose cli 'publish' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session 4c3ad49e35c2b471 | |
5 verbose publish [ '.' ] | |
6 info lifecycle [email protected]~prepublish: [email protected] | |
7 info lifecycle [email protected]~prepare: [email protected] |