From 0caf003298c6ca43c86af05564706f492ab60625 Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Fri, 25 Nov 2022 21:10:36 -0500 Subject: [PATCH] doc: run modes explainer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48f2a811..f63e86f91 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ By default you can send your requests to `http://localhost:3000/`. Please note t ### node.js -Lambda handlers for the `node.js` runtime can run in different execution modes with `serverless-offline` and they have subtle differences with a variety of pros and cons. they are mutually exclusive and it is planned to combine the flags into one single flag in the future. +Lambda handlers with `serverless-offline` for the `node.js` runtime can run in different execution modes and have some differences with a variety of pros and cons. they are currently mutually exclusive and it's not possible to use a combination, e.g. use `in-process` for one Lambda, and `worker-threads` for another. It is planned to combine the flags into one single flag in the future and also add support for combining run modes. #### worker-threads (default)