Presents an architecture in which asynchronous serverless functions are triggered from an event system listening to database changes, where the functions execute business logic and update the database back with status and a GraphQL server streaming these changes back to client through subscriptions.
Using:
- [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine)
- PostgreSQL on Amazon RDS
- AWS Lambda