I have a Code Repository with about 10 python functions for use with python backed actions.
Is there a way to create a new Tag just for one function?
Right now, when I create a Tag, it creates a new Tag for all the functions in this repository.
Theoretically, if you were to delete the other functions from your repo and publish a new tag it would only update the tag for that function while leaving the other functions on the old tag but I would strongly recommend against doing this.