Topic: A developer is planning to use a Lambda function to process incoming requests from an Application load balancer(ALB). How can this be achieved?
A developer is planning to use a Lambda function to process incoming requests from an Application load balancer(ALB). How can this be achieved? Can anyone help out with explanation for it ?
Author: JOSEPH
SURYA
By Creating a target group and register the lambda function by using the AWS CLI.
JOSEPH
@surya Can you please explain it ?