Hey everyone, I'm trying to setup an API Gateway w...
# aws
c
Hey everyone, I'm trying to setup an API Gateway with an integration to an AWS Service, but I'm currently encountering an issue when using
awsx.apigateway.API
. 1. You can't set a role, which is required, for integrations, I get this error: "Unable to put integration on 'ANY' for resource at path '/integration': Role ARN must be specified for AWS integrations" a. Looking at this example, it seems we should be able to set
credentialsArn
?
Seems the example is for apigatewayv2, missed that originally, but
credentials
should definitely be available, to enable integration route support for AWS services.