Hi all, Can I get some advise on how to work aroun...
# general
a
Hi all, Can I get some advise on how to work around this https://github.com/pulumi/pulumi-awsx/issues/673? We have many routes in AWS API GW that could be configured via pulumi crosswalk
pulumi/awsx
lib's
awsx.apigateway.API
, but we also want the requestParams to be passed onto the downstream http target. Without that enhancement there should be some way to update the existing
IntegrationRoute
with these additional
requestParameters
Appreciate any help.