Serverless v3 - How to import existing AWS API Gateway with new version

Hi,

After migration to Framework Core: 3.0.0-pre there is a deprecation:
When an external API Gateway is used and imported via provider.apiGateway.restApiId , both provider.logs.restApi and provider.tracing.apiGateway options are ignored.

Even if I don’t have provider.logs or provider.tracing section, still getting error during deployment:
When external API Gateway resource is imported via "provider.apiGateway.restApiId", property "provider.tracing.apiGateway" is ineffective.
How to handle above in serverless v3? Deployment is possible only when section provider.apiGateway was removed but I still need to import ApiGateway

1 Like