You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to retrieve the authorization informations from api-gateway when I'm using the bref runtime.
From a bref layer (for example php-74-fpm), I could retrieve this information with $_SERVER['LAMBDA_REQUEST_CONTEXT'] (see Bref\Event\Http\FpmHandler.php)