jacob-meacham / serverless-plugin-bind-deployment-id

:link: Serverless plugin to bind the randomly generated deployment id to custom resources
MIT License
33 stars 7 forks source link

API gateway AWS deployment history is blank using your plugin?? #13

Open jonathanalberghini opened 6 years ago

jonathanalberghini commented 6 years ago

Why does the deployment history disappear only when using your plugin. Are you deleting and recreating? Would that create downtime?

jacob-meacham commented 6 years ago

Hi @jonathanalberghini I haven't been using this plugin lately, so I'm not totally sure why this would be occurring. However, I haven't heard of other reports of this causing issues - please let me know if that's not the case. Thanks!

jonathanalberghini commented 6 years ago

Actually I am sorry I should of updated this it is actually serverless that does it. The __unused_stage__ can be deleted correct after launch. Why is that needed? Is there a way to remove it at the end automatically in serverless?