We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9715fa9 commit 6d32ccdCopy full SHA for 6d32ccd
README.md
@@ -34,7 +34,8 @@ the [AWS CLI](https://aws.amazon.com/cli/).
34
### Running Lambda functions
35
36
You can run your Lambdas from local directories using the `-v` arg with
37
-`docker run`. You can run them in two modes: as a single execution, or as an API server that listens for invoke events.
+`docker run`. You can run them in two modes: as a single execution, or as
38
+[an API server that listens for invoke events](#running-in-stay-open-api-mode).
39
The default is single execution mode, which outputs all logging to stderr and the result of the handler to stdout.
40
41
You mount your (unzipped) lambda code at `/var/task` and any (unzipped) layer
0 commit comments