I've got a weird interaction. For some of my servi...
# help
j
I've got a weird interaction. For some of my services, I'm getting
{"message":"Forbidden"}
. When I switch between using
start
and
deploy
it will fix the issue for one lambda, but it at times it causes other service to return the same message. The logs for the API gateway don't really show anymore details then returning the 403. My setup is with three stacks. • StorageStack: DynameDB setups here • ApiStack: REST services and use one Lambda Authorizer for all services • WebSocketStack: Websocket rervices Any tips on where I can start to debug this?
I removed my authorizor and redeployed it and it seems to help
I'll ping here if it shows back up
f
Hey @Jonathan Chapman, if it happens again, check the Lambda log for the authorizer function and see if you spot anything there.
If you get a
Forbidden
response and the log doesn’t show any request, very likely the authorizer response is cached.