Hey all, all examples about Function Serialization show callbacks on s3 buckets and lambda functions.
Is there a list of the resources that can have callbacks? (I want to do it for a Kubernetes Namespace)
Thanks @brave-planet-10645!
For my example, I want to wait until a namespace is created and then trigger a Typescript function that creates multiple helm charts. How would I do such a thing without function serialization?