tinify / tinify-nodejs

Node.js client for the Tinify API.
https://tinypng.com/developers
MIT License
414 stars 74 forks source link

store not working on deployed node lambda #32

Open squillace91 opened 2 years ago

squillace91 commented 2 years ago

I am using tinyPNG within a node lambda function. I noticed that when running it locally things work as expected, however when deploying my lambda, store does not work but also does not throw any errors of any kind.

I have used await source.store to make sure my lambda waits for it to complete but I believe it not working as expected.

Has anyone experienced something similar?

MauroGuidi commented 2 years ago

Hi, @squillace91. Could you please provide us with more information so we can reproduce the issue you're reporting?