gpt4 book ai didi

python - "Lambda function for the route not found"使用SAM在本地运行Golang函数出错?

转载 作者:行者123 更新时间:2023-12-01 22:27:45 25 4
gpt4 key购买 nike

我正在尝试在 this 之后在 Golang 中编写一个 Lambda 函数(在我的 MacBook 上运行 Docker Desktop 进行开发)。快速开始。我执行以下步骤:

  • 运行“sam init --runtime go1.x --name testing”以从模板生成一个函数。
  • 跑“make deps”去获取依赖项。
  • 运行“make build”来构建生成到 hello-world/hello-word 的代码。
  • 跑“sam local start-api”。

  • 一切看起来都正确启动:
    Mounting HelloWorldFunction at http://127.0.0.1:3000/hello [GET]
    You can now browse to the above endpoints to invoke your functions. You do not need to restart/reload SAM CLI while working on your functions, changes will be reflected instantly/automatically. You only need to restart SAM CLI if you update your AWS SAM template
    2019-11-16 10:39:19 * Running on http://127.0.0.1:3000/ (Press CTRL+C to quit)

    但是当我 curl 端点时,我得到一个 502 并且我看到一个错误:
    2019-11-16 10:39:23 Exception on /hello [HEAD]
    Traceback (most recent call last):
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/flask/app.py", line 2317, in wsgi_app
    response = self.full_dispatch_request()
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1840, in full_dispatch_request
    rv = self.handle_user_exception(e)
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1743, in handle_user_exception
    reraise(exc_type, exc_value, tb)
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/flask/_compat.py", line 36, in reraise
    raise value
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1838, in full_dispatch_request
    rv = self.dispatch_request()
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1824, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/samcli/local/apigw/local_apigw_service.py", line 172, in _request_handler
    route = self._get_current_route(request)
    File "/usr/local/Cellar/aws-sam-cli/0.31.0/libexec/lib/python3.7/site-packages/samcli/local/apigw/local_apigw_service.py", line 236, in _get_current_route
    raise KeyError("Lambda function for the route not found")
    KeyError: 'Lambda function for the route not found'
    2019-11-16 10:39:23 127.0.0.1 - - [16/Nov/2019 10:39:23] "HEAD /hello HTTP/1.1" 502 -

    我错过了什么?

    最佳答案

    在这个聚会上迟到了,你可能已经解决了。没有看到任何代码,看起来您发出了 HEAD 请求,而不是 GET 请求,我怀疑您没有 HEAD 方法的路由,只有 GET。

    关于python - "Lambda function for the route not found"使用SAM在本地运行Golang函数出错?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58894092/

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