cloud-custodian / cel-python

Pure Python implementation of the Common Expression Language
Apache License 2.0
116 stars 22 forks source link

C7N Integration #12

Closed slott56 closed 3 years ago

slott56 commented 3 years ago

Add c7nlib functions to expose a large number of C7N filter features for CEL.

This sets the stage for refactoring C7N filters to add a new CELFilter class and a number of mixins to expose cloud resources to CEL expressions through (relatively) simple CEL extension functions.