1 comment

[ 2.9 ms ] story [ 10.6 ms ] thread
Wrote with typescript across a number of different serverless services...long story haha. Wanted to use it as a learning opportunity as well on some new technologies.

- DB is Fauna which is pretty awesome and has a native GraphQL API - definitely worth checking out.

- The scheduler to kick off the process is hosted on a CloudFlare worker. Was very easy to set a cron to kick off a process. Surprised I hadn't run across similar functionality at other cloud providers before.

- The majority of the business logic is run with Deno on Deno deploy. While the package ecosystem isn't there yet, the sensible defaults for TS, built in linter and formatter and deployment product were great. Seems like it has a nice foundation for the future.

Overall I'm game for any product that lets me not maintain or think about servers and is not AWS...