Fernando Pioli

Results 4 issues of Fernando Pioli

Hi. I'm using this library to help me with the DynamoDB local tests, and I like it. But when I run the tests with "--watch" (like "jest --watch"), every time...

How can add more attributes that I don't map in the Entity class? I'm trying to add but getting: Field 'correct_string' does not have a mapping or alias. Thanks

Hi. I'm trying to apply a filter with nested attribute but it's not retrieving the results. Does it work? const options: any = { beginsWith: 'VALUE#', index: 'GSI1', limit: +input.limit,...

question

Hi there. We are using this library to re compile a code after a change. We are using it on package.json. At the first time it compiles and run successfully...