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.
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.