ericabouaf / aws-swf-toolkit

A Node.js Framework for workflows on Amazon SWF
MIT License
17 stars 5 forks source link

Cannot read property 'registerDomain' of undefined #6

Open piercus opened 7 years ago

piercus commented 7 years ago

Hello Eric,

Thank you for your wonderful libs ;-)

I was testing aws-swf-toolkit, and following the getting started guide (https://github.com/neyric/aws-swf/wiki/Quickstart-Guide).

and i got :

$ npm -g install aws-swf-toolkit
$ swf-register -k domain aws-swf-test-domain
/home/pierre/.nvm/versions/node/v6.9.1/lib/node_modules/aws-swf-toolkit/swf-register/swf-register.js:234
    swfClient.client[action](params, function (err, results) {

Cannot read property 'registerDomain' of undefined #6

I feel https://github.com/neyric/aws-swf-toolkit/blob/master/swf-register/swf-register.js is not up to date with https://github.com/neyric/aws-swf .