Custom functions in cel-python
Opened this issue · 1 comments
vermontGuy commented
Can custom functions be added to cel-python?
slott56 commented
Yes.
Seen https://github.com/cloud-custodian/cel-python/blob/main/src/celpy/__init__.py which has a functions = {}
. This is the mapping from a CEL-visible name to a Python function.