Hey just confirming on architecture. If I were to have the lambda authorizer for verifying the session, this in itself is separate from the lambda layer which is essentially the backend SDK that the client communicates with, right?
So, the lambda authorizer will only be used for verifiying sessions and nothing else? While there's a separate lambda for the backend sdk which issues the tokens, correct?