Is it possible to use `awsx.apigateway.API` with `...
# general
q
Is it possible to use
awsx.apigateway.API
with
aws.apigatewayv2
? My use case is I need to create multi-level API mapping (like
/a/b/v1
) which is not supported by
aws.apigateway
.
So I'm trying to create
aws.apgatewayv2.ApiMapping
, but I don't know if it would work with the resources created by
awsx.apigateway.API
since that uses apigatewayv1.