aws-samples / amazon-textract-serverless-large-scale-document-processing

Process documents at scale using Amazon Textract
Apache License 2.0
328 stars 165 forks source link

Node.js mentioned in README while code is written in python #16

Closed AarushJ closed 4 years ago

AarushJ commented 4 years ago

In the Prerequisites section of README, node.js has been written as a prequisitie, but entire codebase uses python. I think this is a mistype in the README Prerequisites section.

darwaishx commented 4 years ago

Project is deployed using AWS CDK and deployment code is written in Typescript. You need node.js for CDK project (not for the Lambda code itself).