Pattabi M
Pattabi M
My apologies for not providing a title that defines the problem correctly. Have raised an issue in [inversify](https://github.com/inversify/InversifyJS/issues/1239) explaining the problem. I identified the lines of code, causing the problem....
I am using the latest version of spring-data0dynamodb (5.10) with spring data 2.2.6 I am getting error when trying to define a Range key as shown below. If I comment...
Base Class: ``` @injectable() export abstract class MWServiceClient implements ServiceClient{ ``` introduced another abstract base class for adding 'caching' decorator: ``` @fluentProvide(TYPES.MWServiceClient).onActivation(((context: Context) => { console.log(`erl ${context} `); // want...