diff --git a/doc_source/go-image.md b/doc_source/go-image.md index 4b8e4564..85566819 100644 --- a/doc_source/go-image.md +++ b/doc_source/go-image.md @@ -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 @@ -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)\. \ No newline at end of file +For more information about testing your image locally with the RIE, see [Testing Lambda container images locally](images-test.md)\.