Hey there, how do I get the query part of my endpo...
# help
a
Hey there, how do I get the query part of my endpoint url. Is there something part of the event object that allows this?
t
If you update to the latest SST there's a web UI that logs every request to your function
you can poke around there to see hwo the event is structured
a
So does that mean the query is part of the event object?
t
yep I did an example for you
event.queryStringParameters
a
Kk thanks got it
t
ah sorry this is 1.0 event format you might be using 2.0
a
Nah it’s fine I just got it