What is the current behavior?
Whenever you change a function, a new webtask is deployed under the hood. However, the old webtasks never get deleted. Not a big deal, but since they are (technically) still public, I have no way to prevent old function logic of being executed, making https://github.com/graphcool/api-bugs/issues/149 worse than it already is.
What is the expected behavior?
Delete old function when a new one is created by the execute-api.
Issue by kbrandwijk Saturday Jul 08, 2017 at 21:12 GMT Originally opened as https://github.com/graphcool/api-bugs/issues/173
What is the current behavior? Whenever you change a function, a new webtask is deployed under the hood. However, the old webtasks never get deleted. Not a big deal, but since they are (technically) still public, I have no way to prevent old function logic of being executed, making https://github.com/graphcool/api-bugs/issues/149 worse than it already is.
What is the expected behavior? Delete old function when a new one is created by the execute-api.