Hey folks, I’m trying to get lambda authorizer to ...
# sst
p
Hey folks, I’m trying to get lambda authorizer to work. The SST is creating it, but whenever I try to access API is says unauthorized, and there are no invocations in the lambda authorizer. Do you have any idea what can be the cause?
g
Pretty sure this is the case if you have it set to authorize based on the authorization header and you do not send one, but would need more info to know why.
p
Yeah!
Thank you