-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Allow deleting versions with aliases #24
Comments
sure, make it an explicit opt-in and it should be fine. |
Absolutely.
We don't want to keep the alias. So the PR would include deleting the alias (required by AWS) before deleting the (function) version. We have the entire publishing of our lambda functions automated and whenever we publish a new version we create an alias for that version using the commit hash and CI build number. So it's not an alias that is used for any other purposes than to have a historical reference. Hope that makes sense. 😄 |
Gotcha, makes sense. |
For transparency. I won't be doing this in the near future. The reason is that we're using Terraform and they don't, currently, support SARs. |
Would you accept a PR that adds override capabilities so that one can delete versions that has aliases?
We have that use-case.
The text was updated successfully, but these errors were encountered: