This project demonstrates a CDK serverless stack fronting an eventually app.
The app is a port of the Vercel Starter Kit data store, replacing the Prisma CRUD repository with and eventually model using event sourcing and CQRS.
Using Supabase Postgres until the Dynamo adapter is completed
Warning: This is only for demonstration purposes and far from the best application of event sourcing.
The cdk.json file tells the CDK Toolkit how to execute the app.
npm run buildcompiles typescript to js under /binnpm run testperform the jest unit testsnpm run diffbuilds and compares deployed stack with current statenpm run synthbuilds and emits the synthesized CloudFormation templatenpm run deploybuilds and deploy this stack to your default AWS account/region