We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4f319 commit 912b99cCopy full SHA for 912b99c
Libraries/src/Amazon.Lambda.RuntimeSupport/bootstrap-al2023.sh
@@ -7,7 +7,7 @@
7
# This means the default cert bundle file is double loaded causing a cold start performance hit. This logic
8
# sets the SSL_CERT_FILE to an empty file if SSL_CERT_FILE hasn't been explicitly
9
# set. This avoid the double load of the default cert bundle file.
10
-if [ -z "${SSL_CERT_FILE}"]; then
+if [ -z "${SSL_CERT_FILE}" ]; then
11
export SSL_CERT_FILE="/var/runtime/empty-certificates.crt"
12
fi
13
@@ -129,4 +129,4 @@ else
129
else
130
exec -- "${AWS_LAMBDA_EXEC_WRAPPER}" "${DOTNET_BIN}" "${DOTNET_EXEC}" "${DOTNET_ARGS[@]}"
131
132
-fi
+fi
0 commit comments