ericabouaf / aws-swf

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

Decider Example needs to be updated for maxPageSize #16

Closed sukrit007 closed 10 years ago

sukrit007 commented 10 years ago

As per AWS docs, maxPageSize can take a max value of 100. http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/frames.html

The example : https://github.com/neyric/aws-swf#creating-a-decider uses a maximum value of 500 and needs to be changed.