Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc_source/go-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The steps are the same as described for a `provided.al2` base image, with one ad
```
#!/bin/sh
if [ -z "${AWS_LAMBDA_RUNTIME_API}" ]; then
exec /usr/local/bin/aws-lambda-rie "$@"
exec /usr/bin/aws-lambda-rie "$@"
else
exec "$@"
fi
Expand Down Expand Up @@ -165,4 +165,4 @@ If you do not want to add the RIE to your image, you can test your image locally

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

For more information about testing your image locally with the RIE, see [Testing Lambda container images locally](images-test.md)\.
For more information about testing your image locally with the RIE, see [Testing Lambda container images locally](images-test.md)\.