我是 AWS 和 Go 的新手,我正在嘗試通過 AWS SAM CLI 執(zhí)行我的 Lambda 函數(shù)。但每次我嘗試這樣做時(shí),都會(huì)出現(xiàn)以下錯(cuò)誤:I0517 07:51:11.052078 13 main.go:62] Thumbnail Lambda successfully started I0517 07:51:13.696304 13 utils.go:99] Needed directories successfully created2019-05-17 09:51:14 Function 'Thumbnail' timed out after 3 seconds2019-05-17 09:51:14 Function returned an invalid response (must include one of: body, headers or statusCode in the response object). Response received:我不想復(fù)制我在 HTTP 請(qǐng)求中傳遞的信息,因?yàn)樗苊舾?。知道如何修改這 3 秒超時(shí)嗎?
3 回答

青春有我
TA貢獻(xiàn)1784條經(jīng)驗(yàn) 獲得超8個(gè)贊
Lambda 函數(shù)的默認(rèn)超時(shí)為 3 秒。您可以通過更新SAM 模板中的超時(shí)屬性來設(shè)置任何值,例如
ExampleLambda: ??Type:?AWS::Serverless::Function ??Properties: ????CodeUri:?. ????Handler:?index.handler ????Runtime:?nodejs10.x ????Timeout:?10

狐的傳說
TA貢獻(xiàn)1804條經(jīng)驗(yàn) 獲得超3個(gè)贊
我正在使用template.yml
以設(shè)置我的 lambda。sam local start-api
當(dāng)我Timeout
向它引入屬性時(shí),我忘記了重新構(gòu)建和重新運(yùn)行。誠實(shí)的錯(cuò)誤,謝謝你的時(shí)間。

慕沐林林
TA貢獻(xiàn)2016條經(jīng)驗(yàn) 獲得超9個(gè)贊
我正在使用template.yml
以設(shè)置我的 lambda。sam local start-api
當(dāng)我Timeout
向它引入屬性時(shí),我忘記了重新構(gòu)建和重新運(yùn)行。誠實(shí)的錯(cuò)誤,謝謝你的時(shí)間。
- 3 回答
- 0 關(guān)注
- 220 瀏覽
添加回答
舉報(bào)
0/150
提交
取消