Skip to content

Commit 0caf003

Browse files
committed
doc: run modes explainer
1 parent 48c5a18 commit 0caf003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ By default you can send your requests to `http://localhost:3000/`. Please note t
262262

263263
### node.js
264264

265-
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.
265+
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.
266266

267267
#### worker-threads (default)
268268

0 commit comments

Comments
 (0)