Question
Unable to import module: adobe in aws lambda
I have created a zip file by installing library in a folder bu using command
Pip install pdfservices-sdk -t .
And it was successful and i added a layer in aws lambda and tried running code but i think library is working with code.
Can anybody has solution to this?
