Skip to content

Commit

Permalink
Update bootstrap-al2023.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spenny-jay authored and ashovlin committed Jun 28, 2024
1 parent ef4f319 commit 912b99c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This means the default cert bundle file is double loaded causing a cold start performance hit. This logic
# sets the SSL_CERT_FILE to an empty file if SSL_CERT_FILE hasn't been explicitly
# set. This avoid the double load of the default cert bundle file.
if [ -z "${SSL_CERT_FILE}"]; then
if [ -z "${SSL_CERT_FILE}" ]; then
export SSL_CERT_FILE="/var/runtime/empty-certificates.crt"
fi

Expand Down Expand Up @@ -129,4 +129,4 @@ else
else
exec -- "${AWS_LAMBDA_EXEC_WRAPPER}" "${DOTNET_BIN}" "${DOTNET_EXEC}" "${DOTNET_ARGS[@]}"
fi
fi
fi

0 comments on commit 912b99c

Please sign in to comment.