Scott
04/26/2022, 7:49 AMconst { fname, lname } = event.body;
But when talking about the SST console it shows utilizing the Query tab rather than Body tab for API requests.
Which seems odd and doesn't work for me, instead I add them to the body tab, is this an inaccuracy in the guide or on my end?
When applying the inputSchema as prescribed in the tutorial, I seem to run into an error validating the template.
No matter what body is passed in correct or incorrect same error occurs as shown in the snippet below.
Any suggestions on what I could try would be much appreciatedFrank
fname
and lname
are passed in as query string, and the code is reading from body?manitej
05/24/2022, 8:55 AMScott
05/24/2022, 10:33 AM