Skip to content

Conversation

antklim
Copy link
Contributor

@antklim antklim commented Feb 24, 2021

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
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