You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: