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.
the url needs valid, meaning https://example.com/foo protocol , hostname.
starting url/
never going valid.
Comments
Post a Comment