ultimate-backend
ultimate-backend copied to clipboard
[Question] Is scoped request now supported by CQRS?
Hi there,
Firstly thanks for this repo. Some great inspiration for our own client project. I am working within a monorepo with multi-tenancy in TypeOrm which is pulling database credentials from AWS Secrets Manager.
I want to implement CQRS with Event Sourcing but read this comment: https://github.com/juicycleff/ultimate-backend/blob/master/apps/service-project/src/app.module.ts#L17
Is this still the case?
Same question for @juicycleff ? Thanks