awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
927 stars 399 forks source link

Import Swagger URLs #439

Open douglasmarques opened 3 years ago

douglasmarques commented 3 years ago

I was wondering if it's possible or if there's any limitation to create a Generic API through a Swagger URL instead of upload a YAML or JSON file. Specs can change frequently and persisting the URL and reading it to fetch the spec will keep the docs always updated. Any thoughts? I am more than happy to work on this functionality, I am just want to get some feedback before starting it.