sparse-intern-71089
04/20/2021, 8:06 AMbroad-dog-22463
04/20/2021, 8:19 AMgreen-dentist-53234
04/20/2021, 10:41 AMnew aws.apigatewayv2.Integration ('lambdaDefaultIntegration', {
apiId: apigw.id,
integrationType: 'AWS',
integrationUri: lambda.arn
});
But it doesn't work at all (it doesn't even go deploy, it ends in Invalid function ARN or invalid uri)
But when I try this
new aws.apigatewayv2.Integration ('lambdaDefaultIntegration'), {
apiId: apigw.id,
integrationType: 'AWS_PROXY',
integrationUri: lambda.arn
});
deploy will work, but I don't see the link between integration and lambda in the AWS console (you can see in image).cool-fireman-90027
04/20/2021, 12:31 PMgreen-dentist-53234
04/20/2021, 3:10 PMbroad-dog-22463
04/20/2021, 3:16 PMgreen-dentist-53234
04/20/2021, 3:17 PM