We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f247478 commit a9df2feCopy full SHA for a9df2fe
src/main/php/xp/lambda/Dockerfile.test
@@ -12,7 +12,7 @@ COPY --from=build /opt/php/bootstrap /var/runtime/bootstrap
12
# Overwrite AWS lambda entrypoint
13
RUN echo $'#!/bin/sh\n\n\
14
export _HANDLER="$1"\n\
15
-/usr/local/bin/aws-lambda-rie /var/runtime/bootstrap 2>/dev/null &\n\
+/usr/local/bin/aws-lambda-rie /var/runtime/bootstrap --log-level error &\n\
16
pid=$!\n\
17
curl -s "http://localhost:8080/2015-03-31/functions/function/invocations" -d "$2"\n\
18
kill -2 $pid\n\
0 commit comments