You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This issue only impacts use cases that use the Nodejs20.x Build Image to run SAM CLI commands excluding sam build. If you are using other Build Images or are using sam build --use-container for your Nodejs20.x Lambda applications, you are not impacted.
Due to different OpenSSL versions required by Node.js and Python within the Nodejs20.x Build Image, SAM CLI commands that involve making network calls (e.g. sam init, sam deploy) will fail. We are working to fix the issue.
For workaround, if your use case requires using these impacted commands within the Nodejs20.x Build Image, please set the environment variable LD_LIBRARY_PATH to empty for that command. For example, LD_LIBRARY_PATH= sam deploy.
The text was updated successfully, but these errors were encountered:
hnnasit
added
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
and removed
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
labels
Nov 20, 2023
NOTE: This issue only impacts use cases that use the Nodejs20.x Build Image to run SAM CLI commands excluding
sam build
. If you are using other Build Images or are usingsam build --use-container
for your Nodejs20.x Lambda applications, you are not impacted.Due to different OpenSSL versions required by Node.js and Python within the Nodejs20.x Build Image, SAM CLI commands that involve making network calls (e.g.
sam init
,sam deploy
) will fail. We are working to fix the issue.For workaround, if your use case requires using these impacted commands within the Nodejs20.x Build Image, please set the environment variable
LD_LIBRARY_PATH
to empty for that command. For example,LD_LIBRARY_PATH= sam deploy
.The text was updated successfully, but these errors were encountered: