How to integrate AWS Lambda to Application Load Balanced Fargate Service
I’m trying to protect an endpoint (e.g., /protected
) in my API hosted on an application load balanced Fargate service (ALB) using a JWTAuthorizer Lambda function.
I’m trying to protect an endpoint (e.g., /protected
) in my API hosted on an application load balanced Fargate service (ALB) using a JWTAuthorizer Lambda function.