gpt4 book ai didi

php - AWS Lambda错误: Error: Runtime failed to start: fork/exec/opt/bootstrap: no such file or directory

转载 作者:行者123 更新时间:2023-12-01 22:51:46 24 4
gpt4 key购买 nike

我正在从 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

任何帮助将不胜感激。

最佳答案

在 AWS Lambda 中,有一个答案,它说再次检查部署步骤并检查结果,有时它可能不是 make dir,因此您可以自己创建或必须检查权限。

zip -r runtime.zip bin bootstrap
zip -r vendor.zip vendor/
zip hello.zip src/hello.php
zip goodbye.zip src/goodbye.php

enter image description here

关于php - AWS Lambda错误: Error: Runtime failed to start: fork/exec/opt/bootstrap: no such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56336904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com