fauna-labs / serverless-fauna

MIT No Attribution
18 stars 3 forks source link

Convert to provider #12

Closed rts-rob closed 3 years ago

rts-rob commented 3 years ago

Currently this repo is a plugin for the Serverless Framework. This means it requires a separate provider such as AWS, Azure, or GCP to deploy.

However, Fauna is a complete compute and storage platform. Making Fauna a provider would allow users to create entire templates that only define Fauna resources, including function, collections, indexes, and roles.

github-actions[bot] commented 3 years ago

Internal ticket number is LABS-44

rts-rob commented 3 years ago

After internal discussion, we've decided not to migrate this to a provider.

Leaving it as a plugin allows more flexibility for users to develop complex applications.