lein-lambda icon indicating copy to clipboard operation
lein-lambda copied to clipboard

A Leiningen plugin to automate AWS Lambda deployments

Results 3 lein-lambda issues
Sort by recently updated
recently updated
newest added

Full stack trace: $ lein lambda deploy production Compiling my-lambda.handler Compiling my-lambda.lambda Created /home/.../my-lambda/target/my-lambda-0.1.0-SNAPSHOT.jar Created /home/.../my-lambda/target/my-lambda-0.1.0-SNAPSHOT-standalone.jar Uploading /home/.../my-lambda-0.1.0-SNAPSHOT-standalone.jar to bucket my-lambda-... Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at com.amazonaws.util.Base64.(Base64.java:44) at...

When running `lein lambda deploy production` to an account where the user is connected via assume-role from a different aws account, you get this error: ``` com.amazonaws.SdkClientException: Unable to find...

Following the getting started demo in the README results in a failed deploy. ``` ➜ lein lambda deploy production Retrieving lein-ring/lein-ring/0.9.7/lein-ring-0.9.7.pom from clojars Retrieving org/clojure/data.xml/0.0.8/data.xml-0.0.8.pom from central Retrieving leinjacker/leinjacker/0.4.2/leinjacker-0.4.2.pom from...