Hardys

Results 12 comments of Hardys

@iangregsondev you can check out this simple project https://github.com/hardyscc/nestjs-cqrs-starter

should remove `created_at` from key ```diff export interface ContentKey { task_id: string; - created_at: string; } ``` you also need to remove KeySchema from ```diff - AttributeName: created_at AttributeType: S...