Use Query(Lambda(...))
format in user-defined functions
#15
Labels
enhancement
New feature or request
Query(Lambda(...))
format in user-defined functions
#15
The plugin currently imports functions defined as
Lambda(...)
.This is different from the format used in the Fauna driver, Fauna dashboard, and Fauna Schema Migrate:
Query(Lambda(...))
This means that UDFs cannot be copy/pasted between applications using the Serverless Framework plugin and other locations for testing, development, and reuse.
The text was updated successfully, but these errors were encountered: