Fork me on GitHub
#aws
<
2017-01-08
>
mattsfrey15:01:02

Thanks chris, I actually ended up going exactly down that route haha

mattsfrey15:01:16

seemed like the simplest one to modify - although its implementing the json request and I think most of the s3 requests use query params so i'm trying to write it to function that way, content-type urlencoded etc

chris_johnson17:01:06

so it turns out that the next step in the thing I’m working on involves interacting with S3 inside a cljs Lambda function 😄

chris_johnson17:01:58

the ‘get it done and move on’ way is just to pull in the Node AWS SDK and call it in an interop fashion, but if you’re interested, feel free to share your eulalie fork and I will contribute to it as I work with it hehe