Dan Lydiard

Results 31 issues of Dan Lydiard

the file @node-ts/ddd/tsconfig.json is looking for a tsconfig file in the base node_modules folder, which doesn't exist. This 'file not found' error shows up in my VS Code IDE. ```...

code should handle scenarios when services go down or fail. strict ordering needs to stay intact on retries, or services need to be idempotent. create UT's and/or test harnesses for...

enhancement

not happy with current structure... see #14 which can dictate the new structure.

enhancement

A set validation interface/service should be created which uses the SetValidationRepository as its implementation. It should not be assumed a repository is used to implement Set Validation.

enhancement

AWS SAM supports x-ray for lambda function, update template to support x-ray.

enhancement

one of the drivers for creating this project, is that i couldn't find any examples of DDD/CQRS/Event Sourcing using AWS serverless architecture. most node frameworks like nestjs and node-ts/bus only...

enhancement

since AWS SAM doesn't support step functions directly, i left this out of the project. creating step functions in templates is a bit messy and creates hard to maintain code....

https://github.com/aws/aws-cdk look into using decorators in code to execute CDK, similar to https://docs.nestjs.com/recipes/swagger. this will help a lot with step function generation through code.

enhancement