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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -