Hacker News new | ask | show | jobs
by makeee 1976 days 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.
1 comments

Got 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.