4 ms·
Glad you like it! By functions as a service do you mean functionality hosted by me or shipping serverless functions with the codebase? At the moment you get any
by makeee 6y ago
Glad you like it! By functions as a service do you mean functionality hosted by me or shipping serverless functions with the codebase? At the moment you get any necessary server logic as serverless functions (formatted correctly for your chosen host) or if you choose "Other" for your host you get an Express.js server. Definitely interested in supporting AWS cognito/dynamo/s3 or bundling all that up into an AWS Amplify option.
- mikeveilleux 6y agoGot it. I guess I was thinking like bundling an AWS AppSync type option here so you could easily plug CRUD functions behind it, where Divjoy continues to take care of auth and permissions.