为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

PHP
弑天下 2021-07-13 17:57:30
我正在从 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: $LATESTEND RequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528REPORT RequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528  Duration: 54.09 ms      Billed Duration: 100 ms         Memory Size: 128 MB     Max Memory Used: 12 MBRequestId: 29f05ee2-a003-45f4-9700-97a9ac33a528 Error: Runtime failed to start: fork/exec /opt/bootstrap: no such file or directoryRuntime.ExitError任何帮助将不胜感激。
查看完整描述

2 回答

?
慕工程0101907

TA贡献1887条经验 获得超5个赞

确保您chmod +x在引导程序上运行。

chmod +x bootstrap


查看完整回答
反对 回复 2021-07-16
  • 2 回答
  • 0 关注
  • 254 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信