File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ You can build RIE into a base image\. Download the RIE from GitHub to your local
82
82
```
83
83
#!/bin/sh
84
84
if [ -z "${AWS_LAMBDA_RUNTIME_API}" ]; then
85
- exec /usr/local/bin/aws-lambda-rie /usr/bin/npx aws-lambda-ric
85
+ exec /usr/local/bin/aws-lambda-rie /usr/bin/npx aws-lambda-ric $@
86
86
else
87
- exec /usr/bin/npx aws-lambda-ric
87
+ exec /usr/bin/npx aws-lambda-ric $@
88
88
fi
89
89
```
90
90
@@ -144,4 +144,4 @@ You install the runtime interface emulator to your local machine\. When you run
144
144
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
145
145
```
146
146
147
- This command invokes the function running in the container image and returns a response\.
147
+ This command invokes the function running in the container image and returns a response\.
You can’t perform that action at this time.
0 commit comments