cloud-custodian/cel-python

Custom functions in cel-python

Opened this issue · 1 comments

Can custom functions be added to cel-python?

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.