We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
1 parent 8627aa6 commit 334a5aaCopy full SHA for 334a5aa
aws-lambda-java-runtime-interface-client/README.md
@@ -113,7 +113,7 @@ This runs the image as a container and starts up an endpoint locally at `http://
113
3) Post an event to the following endpoint using a curl command:
114
115
```shell script
116
-curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'.
+curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
117
```
118
119
This command invokes the function running in the container image and returns a response.
0 commit comments