Skip to main content

CEL

Recommendation
Updated
Moved
USE
2021-09-07

What is it

CEL (Common Expression Language) is an expression language with a type system that integrates with protobuf.

The CEL-Go implementation provides a high performance and easy to use expression evaluation engine for Go applications.

When to use it

CEL is currently used for admission control expressions in the IAM Go SDK.

How to learn it