I am working on an AWS Lambda where I need to use AWS Textract
, for this, I have used AWS-SDK
, with AWS-SDK
I was able to import s3
, but AWS Textract is not working, when I deploy and test it shows,
Unable to import module 'src/functions/routes/handler': Error
I think it has something to do with packaging, like may be It is not packaging the relevant file, but not sure and I don't know how to make it package if it is the problem, any suggestions are appreciated.