Ash

Results 3 comments of Ash

This was our fix if it helps ``` `function makeMoment(input, format, lang, utc) { if (!(input instanceof String)) { var tempMoment = moment(input); input = tempMoment.toISOString(); }` ```

@RenoFilla Can someone review this?

This problem relates to AWS SDK > 3.5.0 Rolling back to this version works for me