第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

無服務(wù)器:“errorMessage”:“無法讀取未定義的屬性 'id'”,

無服務(wù)器:“errorMessage”:“無法讀取未定義的屬性 'id'”,

Smart貓小萌 2022-10-13 16:00:49
我開始嘗試用 node 和 puppeteer 編寫一個 lambda 函數(shù)。我正在使用無服務(wù)器框架。在我的 handler.js 中:exports.detail = async (event, context) => {  console.log(event);  let id = event.pathParameters.id || 1;  console.log(id);我一直在嘗試使用 event 參數(shù)傳入 id 參數(shù),但如果未設(shè)置,我希望將值設(shè)置為 1 。但是當(dāng)我嘗試時:$ sls invoke local -f detail {"errorMessage": "Cannot read property 'id' of undefined","errorType": "TypeError","stackTrace": [    "TypeError: Cannot read property 'id' of undefined",我怎樣才能得到這個工作?
查看完整描述

1 回答

?
慕桂英4014372

TA貢獻(xiàn)1871條經(jīng)驗(yàn) 獲得超13個贊

event.pathParameters.id失敗是因?yàn)?code>event.pathParameters未定義。錯誤消息告訴您undefined沒有名為id.

嘗試:

let id = event.pathParameters ? event.pathParameters.id : 1;

反而


查看完整回答
反對 回復(fù) 2022-10-13
  • 1 回答
  • 0 關(guān)注
  • 148 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號