gpt4 book ai didi

amazon-web-services - 由于格式错误的 Lambda 代理响应,通过 API 网关的 Lambda 函数失败

转载 作者:行者123 更新时间:2023-12-05 01:00:28 24 4
gpt4 key购买 nike

由于某种原因,无论我如何更改响应,我的 AWS lambda 都会返回 502 错误。

Sun Mar 25 03:39:12 UTC 2018 : Endpoint response body before transformations: {"status":200,"body":"{\"Items\":[],\"Count\":0,\"ScannedCount\":1}","isBase64Encoded":false,"headers":{"content-type":"application/json"}}

我已确保对我的正文进行字符串化并添加状态、标题和 isBase64Encoded 属性。我已经尝试改变标题并将它们也设为空。

为什么会出现这个错误?

这里是 lambda 代码:

    var response = {
status : 200,
body : JSON.stringify(data),
isBase64Encoded : false,
headers : {"content-type" : "application/json"}
}

console.log(response)

callback(null, response);

最佳答案

关于amazon-web-services - 由于格式错误的 Lambda 代理响应,通过 API 网关的 Lambda 函数失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49472327/

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