ericabouaf / aws-swf

Node.js helpers to access the Amazon SWF API
MIT License
74 stars 40 forks source link

Fixed error 'SimpleWorkflow() is not a constructor. #50

Closed MichaelKovalchuk closed 8 years ago

MichaelKovalchuk commented 8 years ago

The error started to occur recently. Probably the new version of the AWS-SDK removed/renamed SimpleWorkflow to SWF completely.

SoCalBeachrunner commented 8 years ago

@MichaelKovalchuk Thanks for confirming this. Had just recently started using aws-sdk, thought it was a local issue and hacked it to work for the time being. Nice to know "it's not just me."