这是从 App Sync AWS 返回的错误数据: { "data": { "getContentById": null }, "errors": [ { "path": [ "getContentById" ], "data": null, "errorType": " Lambda:Handled", "errorInfo": null, "locations": [ { "line": 1, "column": 2, "sourceName": null } ], "message": "未找到 ID" } ] }如何更改 lambda 函数中的 200 状态代码? 邮递员的屏幕截图
javascript amazon-web-services facebook-graph-api aws-appsync