Elastic Load Balancer (ELB) can now be attached to lambda functions directly, without an API Gateway. This necessitates an additional section for event parsing.
There is no obvious candidate for trigger.request_id, so I've omitted it for this trigger type.
I've also removed the context.service.origin.version as compared to API gateway, since it's not relevant for ELB.
Elastic Load Balancer (ELB) can now be attached to lambda functions directly, without an API Gateway. This necessitates an additional section for event parsing.
There is no obvious candidate for
trigger.request_id
, so I've omitted it for this trigger type.I've also removed the
context.service.origin.version
as compared to API gateway, since it's not relevant for ELB.Python implementation here
CODEOWNERS
)/schedule 2022-08-30