aws-lambda

2017-06-15T16:15:53.335718Z

don’t suppose anyone here has used a custom java nio filesystemprovider in their uberjar with lambda? works fine as standalone uberjar but inside lambda fails 😕

mj_langford 2017-06-15T19:25:38.382524Z

Anyone using faraday much? I'm getting this exception when trying to do update-item and cannot figure out why, nor duplicate it in faraday

mj_langford 2017-06-15T19:25:47.385258Z

(the library/repl)

mj_langford 2017-06-15T19:25:50.386264Z

Exception: #error {
 :cause Unknown DynamoDB value type: class java.lang.Character. See `freeze` for serialization.
 :via
 [{:type java.lang.Exception
   :message Unknown DynamoDB value type: class java.lang.Character. See `freeze` for serialization.
   :at [taoensso.faraday$clj_val__GT_db_val invokeStatic faraday.clj 262]}]

mj_langford 2017-06-15T19:26:39.401479Z

It seems something doesn't love this update expression:

mj_langford 2017-06-15T19:26:42.402595Z

:update-expr "set biddingEnabled = :val"