Skip to content

Conversation

@scotwk
Copy link

@scotwk scotwk commented Feb 23, 2018

This might need a little more polish, but I added the ability to set/update tags on a function.

The behavior for a new function is straightforward because create_function accepts a Tags keyword.

For update_function_configuration it's a little trickier since that does not accept Tags. The implementation I chose is to only update the existing tags if tags is set in the config. If so, all existing tags are wiped and the supplied ones are applied. If tags is not set in the config then the tags are left alone.

Update - on further thought perhaps tags should be applied on an update, but existing ones should be left alone. Thoughts?

@scotwk
Copy link
Author

scotwk commented Mar 19, 2018

@nficano - I've got this and 2 other PRs awaiting response for a bit. If you're interested I'd like to get feedback and merge them before too long.

@nficano nficano merged commit 4999de4 into nficano:master Mar 20, 2018
@scotwk scotwk deleted the feature-add-tagging branch March 21, 2018 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants