AWS Lambda 错误:错误:运行时无法启动:fork/exec /opt/bootstrap:

我正在从 AWS Lambda 运行以下解决方案,


https://aws.amazon.com/blogs/apn/aws-lambda-custom-runtime-for-php-a-practical-example/


在测试 lambda 函数时。


sudo aws lambda invoke --function-name php-example-hello --region us-east-1 --log-type Tail --query 'LogResult' --output text --payload '{"name": "World"}' hello-output.txt | base64 --decode

我收到以下错误,


START RequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528 Version: $LATEST

END RequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528

REPORT RequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528  Duration: 54.09 ms      Billed Duration: 100 ms         Memory Size: 128 MB     Max Memory Used: 12 MB

RequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528 Error: Runtime failed to start: fork/exec /opt/bootstrap: no such file or directory

Runtime.ExitError

任何帮助将不胜感激。


弑天下
浏览 255回答 2
2回答

慕工程0101907

确保您chmod +x在引导程序上运行。chmod +x bootstrap
打开App,查看更多内容
随时随地看视频慕课网APP