Fork me on GitHub
#aws
<
2015-10-06
>
mitchelkuijpers12:10:29

Anybody running datomic on ECS / docker?

clojuregeek17:10:02

for those of you using aws lambda functions .. how is your gen-class setup?

(:gen-class
   :methods [^:static [translate [Object] String]])

clojuregeek17:10:55

i want to send the payload (chunk of json) to my translate function.. but.. i can't parse it... tried [String] String and [Object] String