1 min readSep 27, 2019
Thanks for your post! It has been really helpful!
One point that I may have missed though, is there a reason that you use json.loads(json.dumps(row))
when returning data from the read-csv lambda? Isn’t it the same thing as simply returningrow
?