fauna-labs / serverless-fauna

MIT No Attribution
18 stars 3 forks source link

Skip comments in FQL files #16

Closed sprsquish closed 2 years ago

sprsquish commented 2 years ago

I'm trying to deploy an FQL function from a file that looks like the following, but the framework doesn't seem to take into account comments and tells me that I can only have one function per file.

// Lambda(
// ...
// )
Lambda(
...
)

I don't see examples of testing this sort of use-case, so I'm not sure how that should happen.