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
It appears this executes handler code concurrently in the same memory space.
This is causing issues for us as some of our code is expecting the isolation that occurs in Lambdas.
One solution could be too use WorkerThreads like serverless offline does, not sure if they expose an API for calling handlers?
Or execute handlers serially.
The text was updated successfully, but these errors were encountered:
It appears this executes handler code concurrently in the same memory space.
This is causing issues for us as some of our code is expecting the isolation that occurs in Lambdas.
One solution could be too use WorkerThreads like serverless offline does, not sure if they expose an API for calling handlers?
Or execute handlers serially.
The text was updated successfully, but these errors were encountered: