Is there a way to change a request header using a lambda function with an API Gateway
So i’m working on a mobile app and need to call my backend services through the AWS API Gateway, and for logged in users the request will have a JWT token in the request header. WHat I want to do is whenever a request is sent to gateway, I want a lambda function to check if the header exists if so then do the logic to validate the JWT token will be executed and then add a header User-ID corresponding the user with the JWT token and finally forward the reqeust to the final service or endpoint. Is this possible to do with AWS ?
Is there a way to change a request header using a lambda function with an API Gateway
So i’m working on a mobile app and need to call my backend services through the AWS API Gateway, and for logged in users the request will have a JWT token in the request header. WHat I want to do is whenever a request is sent to gateway, I want a lambda function to check if the header exists if so then do the logic to validate the JWT token will be executed and then add a header User-ID corresponding the user with the JWT token and finally forward the reqeust to the final service or endpoint. Is this possible to do with AWS ?
Is there a way to change a request header using a lambda function with an API Gateway
So i’m working on a mobile app and need to call my backend services through the AWS API Gateway, and for logged in users the request will have a JWT token in the request header. WHat I want to do is whenever a request is sent to gateway, I want a lambda function to check if the header exists if so then do the logic to validate the JWT token will be executed and then add a header User-ID corresponding the user with the JWT token and finally forward the reqeust to the final service or endpoint. Is this possible to do with AWS ?
Is there a way to change a request header using a lambda function with an API Gateway
So i’m working on a mobile app and need to call my backend services through the AWS API Gateway, and for logged in users the request will have a JWT token in the request header. WHat I want to do is whenever a request is sent to gateway, I want a lambda function to check if the header exists if so then do the logic to validate the JWT token will be executed and then add a header User-ID corresponding the user with the JWT token and finally forward the reqeust to the final service or endpoint. Is this possible to do with AWS ?
Is there a way to change a request header using a lambda function with an API Gateway
So i’m working on a mobile app and need to call my backend services through the AWS API Gateway, and for logged in users the request will have a JWT token in the request header. WHat I want to do is whenever a request is sent to gateway, I want a lambda function to check if the header exists if so then do the logic to validate the JWT token will be executed and then add a header User-ID corresponding the user with the JWT token and finally forward the reqeust to the final service or endpoint. Is this possible to do with AWS ?