tinify-nodejs
tinify-nodejs copied to clipboard
store not working on deployed node lambda
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?
Hi, @squillace91. Could you please provide us with more information so we can reproduce the issue you're reporting?