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 9e59142 commit 763c57bCopy full SHA for 763c57b
config/lambda_entrypoint.sh
@@ -1,3 +1,6 @@
1
#!/bin/bash
2
-_HANDLER="${APP_HANDLER}"
+export _HANDLER="${APP_HANDLER}"
3
+ln -s /tmp/home "$HOME"
4
+mkdir /tmp/home
5
+export HOME=/tmp/home
6
exec /usr/local/bin/aws_lambda_ric
0 commit comments