Fork me on GitHub
#aws-lambda
<
2017-06-15
>
d5p16:06:53

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_langford19:06:38

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_langford19:06:47

(the library/repl)

mj_langford19:06:50

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_langford19:06:39

It seems something doesn't love this update expression:

mj_langford19:06:42

:update-expr "set biddingEnabled = :val"