deliveryhero / serverless-aws-documentation

Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
MIT License
310 stars 148 forks source link

One API Gateway Multiple Serverless Projects - Documentation is wiped out #167

Open paulalex opened 3 years ago

paulalex commented 3 years ago

I have multiple serverless projects deploying into the same API gateway and each defines some documentation. When deployed the last one to run overwrites all of the documentation for the previous API that was deployed so there can only ever be one API docs deployed at once.

Is there a fix for this? I am building the API gateway with terraform and then just referencing the gateway ID in all the serverless projects that I need to deploy and I want to use this plugin to easily create documentation for all of them.