Skip to content

Fix typo in adding RIE to the image example#249

Merged
devlinbd2 merged 1 commit into
awsdocs:mainfrom
antklim:patch-1
Mar 1, 2021
Merged

Fix typo in adding RIE to the image example#249
devlinbd2 merged 1 commit into
awsdocs:mainfrom
antklim:patch-1

Conversation

@antklim

@antklim antklim commented Feb 24, 2021

Copy link
Copy Markdown
Contributor

Description of changes:
There's inconsistency in the example of how to add RIE to the image.
Dockerfile ADD and RUN commands work with /usr/bin/aws-lambda-rie. But entry.sh script refers to /usr/local/bin/aws-lambda-rie that causes issues.

Alternatively, Dockerfile ADD and RUN commands can be updated to work with /usr/local/bin/aws-lambda-rie.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

There's inconsistency in the example of how to add RIE to the image.
Dockerfile `ADD` and `RUN` commands work with `/usr/bin/aws-lambda-rie`. But `entry.sh` script refers to `/usr/local/bin/aws-lambda-rie` that causes issues.

Alternatively, Dockerfile `ADD` and `RUN` commands can be updated to work with `/usr/local/bin/aws-lambda-rie`.
@devlinbd2 devlinbd2 merged commit 17dfddc into awsdocs:main Mar 1, 2021
@devlinbd2

Copy link
Copy Markdown
Contributor

Thank you for finding the discrepancy in the procedure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants