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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ POST http://localhost:9000/2018-06-01/runtime/init/error
50
50
In addition to an endpoint that allows you to stage request events for your runtime to invoke:
51
51
52
52
```text
53
-
POST http://localhost:9000/events/next
53
+
POST http://localhost:9000/event/next
54
54
```
55
55
56
-
The runtime will serve events that have been POSTed to the `/events/next` endpoint sequentially each time the `/invocation/next` endpoint is called (or will return an empty response when there is no pending event).
56
+
The runtime will serve events that have been POSTed to the `/event/next` endpoint sequentially each time the `/invocation/next` endpoint is called (or will return an empty response when there is no pending event).
57
57
Invocation requests will include headers to emulate the Lambda Runtime interface as well, and expects that Request IDs are included with calls to `/response` and `/error` just as the Lambda service would.
0 commit comments