fauna-labs / serverless-fauna

MIT No Attribution
18 stars 3 forks source link

Use `Query(Lambda(...))` format in user-defined functions #15

Open rts-rob opened 2 years ago

rts-rob commented 2 years ago

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.

github-actions[bot] commented 2 years ago

Internal ticket number is LABS-84