Closed tomyan closed 3 years ago
Thanks for the request @tomyan, as of now this is out of scope for this project. This project is centered around providing the Lambda Runtime API and a short cut to invoke that is similar to the Lambda invoke Api. Emulating other invoke events or services is not something we are targeting for this project. You should be able to create a small wrapper that emulates ALB and invokes RIE as an alternative.
More of a question or perhaps a feature request, but does it support emulating an ALB? I'm returning a
ALBTargetGroupResponse
struct from the github.com/aws/aws-lambda-go/events package:When I make a request of the emulator I get a 200 response back:
Is there a way to get the emulator to return the http response as you would receive if an ALB had invoked the lambda? If not are there any plans to support this in the future?
Thanks
Tom