Re: Reducing Jar file size for AWS Lambda

2017-07-23 Thread Jose Trigueros
This looks like a viable solution! Is Portkey on Clojars or will I have to build myself? Not a problem either way, just making sure I'm doing it right. Thanks Kimmo. On Sunday, July 23, 2017 at 2:35:37 AM UTC-6, Kimmo Koskinen wrote: > > Hi! > > Although still at early stages, check out portkey

Re: Reducing Jar file size for AWS Lambda

2017-07-22 Thread Jose Trigueros
th awscli, as your package is small enough to be > uploaded directly to lambda, rather than using S3 > > (With a strong bias for the first one - even if the your package was a > third of the size, it's still going to be frustrating to deploy it and then > get unexpected err

Reducing Jar file size for AWS Lambda

2017-07-19 Thread Jose Trigueros
Hi all, I've been using AWS Lambda for a small project. I've been leveraging the lein-clj-lambda plugin to build and upload the compiled Jar to S3 which is then used to update my Lambda function. Aside from the Jar generation, a lot of the time is sp

Re: compojure ring uberwar weblogic 12.1.3

2017-01-08 Thread Jose Trigueros
Hi Samuel, I just had to create a web application that was to be run on Weblogic 12.2.1. I was able to get it working doing the following: 1. Create a new project using *compojure-api* : lein new compojure-api webapp 2. Use the *lein-ring* plu