0

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?

Prathibha Nag
  • 41
  • 1
  • 8

1 Answers1

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