clj-lambda-utils icon indicating copy to clipboard operation
clj-lambda-utils copied to clipboard

Clojure utilities for AWS Lambda (JVM based) deployment

Results 2 clj-lambda-utils issues
Sort by recently updated
recently updated
newest added

I'm not sure whether this is me misunderstanding things (it may well be), but I was expecting that if I had production and test stages defined in my `project.clj`, this...

AWS TransferManager will upload big files asynchronously in multiple parts. It also supports upload progress. See more from here: http://docs.aws.amazon.com/AmazonS3/latest/dev/HLuploadFileJava.html

enhancement