Creating Tags for External Dependencies in Context
Hi, quite new to Effects and enjoying it so far. Just wondering if there is a standard pattern for creating Tags for external dependencies in context.
I have the following service where
example:
I have the following service where
DynamoDBClient and UserStoreConfig are dependencies. Right now I'm creating Tags in a shared lib for all non-service dependencies, but seems a bit boilerplaty . Just wondering if there is a cleaner way to define tags and inject these?example:
