Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 33ee5c7

Browse files
committed
Set actual run command for relay
1 parent 976db7c commit 33ee5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
cat > dist-serverless/extensions/sentry-lambda-extension << EOT
4646
#!/usr/bin/env bash
4747
set -euo pipefail
48-
./relay run
48+
./relay run --mode proxy --aws-runtime-api=$AWS_LAMBDA_RUNTIME_API --shutdown-timeout=2
4949
EOT
5050
chmod +x dist-serverless/extensions/sentry-lambda-extension
5151
echo "Done creating start script."

0 commit comments

Comments
 (0)