aws-samples / amazon-ai-building-better-bots

Code samples related to Building Better Bots published on the AI Blog
https://aws.amazon.com/blogs/machine-learning/building-better-bots-part-2/
Other
118 stars 111 forks source link

Lambda function source code does not work with Node 4.3 #5

Closed phuson closed 7 years ago

phuson commented 7 years ago

It looks like the last change to the lambda function source code (https://github.com/awslabs/amz-ai-building-better-bots/commit/bd472371b2f3ede539492923d8e8ab83cf12ef61) only works with Node 6.10, not 4.3. If this is true, please update the README.md file (https://github.com/awslabs/amz-ai-building-better-bots/blob/master/README.md#lambda-function) to prevent confusion. Thanks!

nhira commented 7 years ago

Thanks for calling this out. Fixed.