Hey all! My current setup without SST has access t...
# help
j
Hey all! My current setup without SST has access to
httpMethod
on the event but while using SST, this is always
undefined
. What is the correct way to access the http method here?
t
hey it's possible you're using the v1 event format, sst by default uses v2
If you open up the console you can inspect the full payload
j
Ahhhh. Gotcha. Thank you for the quick tip.