Hello,
Is there a way to add multiple Lambda function in the uri parameter ?
I have 6 Lambda function and I want to add all of them in the same parameter (if that possible) in the aws_api_gateway_integration section.
Thanks
Hello,
Is there a way to add multiple Lambda function in the uri parameter ?
I have 6 Lambda function and I want to add all of them in the same parameter (if that possible) in the aws_api_gateway_integration section.
Thanks
Hello,
In the AWS Console, I don’t see any way to indicate more than one target function.
But maybe that’s something that can be done in the CLI.
If not, why not create a “proxy” lambda that gets called by the integration and then calls the 6 others in a blocking manner?
Correct me if I’m wrong, but if it is possible to do that in AWS, you should be able to declare multiple resources of this type and that should solve it.
Actually, I am not sure I need to try it