I have an ALB with 2 rules. Rule1 has a target group of lambda which sends some authenticated data as response. I want to send that response to target group of Rule2. Is it possible?
Asked
Active
Viewed 17 times
1 Answers
0
No, this is not possible.
The load balancer will forward a request and will then return the response to the original requester.

John Rotenstein
- 241,921
- 22
- 380
- 470
-
Then how do i redirect to particular target group based on lambda's response? Any suggestions? – Prathibha Nag Mar 13 '19 at 08:13
-
You might be able to return an HTML page with a redirect meta, so that the browser itself makes another request with different parameters. – John Rotenstein Mar 13 '19 at 08:14