Skip to content

Fixing AWS env vars#1108

Merged
dherault merged 1 commit intodherault:masterfrom
fernandomoraes:master
Apr 13, 2022
Merged

Fixing AWS env vars#1108
dherault merged 1 commit intodherault:masterfrom
fernandomoraes:master

Conversation

@fernandomoraes
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Owner

Thanks @fernandomoraes

@dherault
Copy link
Copy Markdown
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.

2 participants