Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.
This should be fixed now with this commit, being able to pass the init values as part of the configuration rather than the global AWS config object (env variables).
Passing configuration values on initialization to the DynamoDB document client did not work since the DocumentClient constructor did not correctly receive the DynamoDB client as outlined in the SDK docs. http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html#constructor-property
This should be fixed now with this commit, being able to pass the init values as part of the configuration rather than the global AWS config object (env variables).