Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing AWS env vars #1108

Merged
merged 1 commit into from Apr 13, 2022
Merged

Fixing AWS env vars #1108

merged 1 commit into from Apr 13, 2022

Conversation

fernandomoraes
Copy link
Contributor

Description

Fixing AWS env vars to make work with Layers

Motivation and Context

Without LD_LIBRARY_PATH correct value, layers bin doesn't work correctly. More details about this variables can read here

How Has This Been Tested?

I found this bug running this layer.
To simulate the problem, create a lambda function with this layer and set this code, when the code is called an error is raised. Entering in docker container, is possible to see that
LD_LIBRARY_PATH doesn't have /opt/lib value.

After fixing the env value, this layer work as expected.

Screenshots (if appropriate):

@dherault
Copy link
Owner

dherault commented Oct 3, 2020

Hi @fernandomoraes
Thanks for the PR. I'm waiting on more people to validate the need before I merge it.

@dherault dherault merged commit 72ba379 into dherault:master Apr 13, 2022
@dherault
Copy link
Owner

Thanks @fernandomoraes

@dherault
Copy link
Owner

Published in v8.6.0

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.

None yet

2 participants