aws-lambda

mj_langford 2018-06-18T14:19:40.000385Z

I do believe I've seen that but do not remember exactly when. Can I see your handler function and the route it's on @amarjeet

amarjeet 2018-06-18T15:50:01.000675Z

CC: @mj_langford

mj_langford 2018-06-18T20:34:49.000250Z

@amarjeet If your result is ["this should work"] instead, I believe this will work. IIRC, you have to always return a vector due to some mix of the middleware setup in the example

mj_langford 2018-06-18T20:40:29.000659Z

This should help debug exceptions. It includes some local munging handlers that help make it look the same on lambda vs running locally on your computer