Example
- After Step 3 above, Visual Studio will open the
View Function
window with your function loaded.
- On the bottom left of this screen, enter the following json into the Sample Input box:
{
"month": "10",
"day": "28",
"year": "1979"
}
- Last step: Click the green Invoke button. The function will run on AWS and the response will be displayed in the bottom right hand Response window.