Skip to content

Commit 6d32ccd

Browse files
committed
Add link for stay-open mode
1 parent 9715fa9 commit 6d32ccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ the [AWS CLI](https://aws.amazon.com/cli/).
3434
### Running Lambda functions
3535

3636
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.
37+
`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).
3839
The default is single execution mode, which outputs all logging to stderr and the result of the handler to stdout.
3940

4041
You mount your (unzipped) lambda code at `/var/task` and any (unzipped) layer

0 commit comments

Comments
 (0)