Gianni Mazza

Results 3 issues of Gianni Mazza

The gem doesn't seem to work on ruby 2.7.5 Bundle installs all the gems, but when I try to require the gem, I get this error: ``` irb(main):002:0> require 'mysql2'...

In my template, I have something like: ``` #set($bodyObj=$util.parseJson($input.body)) ``` From the code, there seems no way to test this behaviour. I tried to add it to the payload (both...

The StepFunctions implementation of JsonPath allow us to filter elements using the `?()` syntax. When I try to test a state machine that use a filter, the validation fails and...

enhancement
help wanted