Skip to content

Commit 334a5aa

Browse files
authored
Remove trailing . from sample curl command
1 parent 8627aa6 commit 334a5aa

File tree

1 file changed

+1
-1
lines changed
  • aws-lambda-java-runtime-interface-client

1 file changed

+1
-1
lines changed

aws-lambda-java-runtime-interface-client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This runs the image as a container and starts up an endpoint locally at `http://
113113
3) Post an event to the following endpoint using a curl command:
114114

115115
```shell script
116-
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'.
116+
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
117117
```
118118

119119
This command invokes the function running in the container image and returns a response.

0 commit comments

Comments
 (0)