Fabian Desoye

Results 4 comments of Fabian Desoye

Providing javascript resolvers made testing a lot easier but occasionally you'd still be stuck with the API calls `evaluateMappingTeamplate` and `evaluateCode` though. Additionally to the lack of support for `PreviousResult`,...

@ikonst, do you have an idea what might be going wrong here?

@jbschooley, did you find a solution eventually? We try to sort an array of items in a DynamoDB result using a custom sort function. I took us ~.5d to find...

Similar here: We had to sort by 2 fields. So we added a new field to the objects with the 2 fields concatenated, then stringified the objects, sorted these strings...