Custom authorizer context variable in API Gateway HTTP integration URL -


i use api gateway http integration towards endpoint, parts of url provided custom authorizer (e.g., user id or user grants).

i use lambda integration introduces quite significant response time overhead.

unfortunately syntax works stagevariables not seem work custom authorizer context - ${context.authorizer.variablename}.

note: answer comments, yes, warning sign there bacause used dummy url string. has nothing fact replacement of authorizer context variables not work me, no matter url is.

enter image description here

the url needs valid, meaning https://example.com/foo protocol , hostname.

starting url/ never going valid.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -