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 😕
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
(the library/repl)
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]}]
It seems something doesn't love this update expression:
:update-expr "set biddingEnabled = :val"