An example of event sourcing and CQRS in serverless, with code examples in TypeScript and the AWS CDK.
Part 1 covers the Event Sourcing side of the article.
Note: This is a basic example to discuss the features and is not production ready.
The article can be found here: https://blog.serverlessadvocate.com/serverless-event-sourcing-cqrs-part-1-4e5968e77ece
In the gilmore-hr-service
folder run npm run deploy
Note: There are costs associated with running the solution.