步驟 4.從 Visual Studio 中呼叫 AWS Lambda 函式

  1. 在上面的步驟 3 之後,Visual Studio 將開啟 View Function 視窗並載入你的功能。
  2. 在此螢幕的左下角,在 Sample Input 框中輸入以下 json :
{
"month": "10",
"day": "28",
"year": "1979"
}

StackOverflow 文件

  1. 最後一步:單擊綠色的“ 呼叫” 按鈕。該功能將在 AWS 上執行,響應將顯示在右下角的響應視窗中。