Howdy all, does the Api construct expose any defau...
# sst
s
Howdy all, does the Api construct expose any default environment variables to the underlying lambdas? I am looking for the apiId and region, or the apiEndpoint url. Need to configure a callback in one of the lambdas, and it has to be absolute.
t
I usually read it out of the handler event
s
too easy
😛
ty