serverless-cljs-plugin
serverless-cljs-plugin copied to clipboard
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Hey there! I'm following the instructions in the README without any tweaks, using the lein template as described and am getting an odd error trying to upload the artifact. ```...
Hi. I receive below vulnerability report from Github. If there is nothing to worry about, please merge it. ## Remediation Upgrade lodash to version 4.17.5 or later. For example: ```...
I have run against this problem a couple of times now and this I have decided to investigate. So given that we are not using the [`zipService`](https://github.com/serverless/serverless/blob/fd285d3010592044eaafd8a12a812f8d16e2b265/lib/plugins/package/lib/zipService.js) provided by the...
Sometimes you want to generate an `index.js` that is appropriate for you compilation level, but you don't quite want to use the compiler provided by `serverless-cljs-plugin`. For instance one wicked...
Hi, I scaffold a new project with `lein new serverless-cljs ok-then` and cd into the directory with project.clj. I then add one function to my core.clj like this: ``` (ns...
Hi @moea! According to [this](https://github.com/anmonteiro/lumo/blob/compiler-tweaks/src/cljs/bundled/lumo/compiler.cljs#L195), we cannot make use of the cache at the moment, but when ready, I have implemented already the feature in my [feature/lumo-cache](https://github.com/arichiardi/serverless-cljs-plugin/tree/feature/lumo-cache) branch. I did...
Hi @moea! Given that now `serverless-cljs-plugin` is very flexible regarding compilers, what about adding [shadow-cljs](https://github.com/thheller/shadow-cljs)? There should be a very low amount of work to do there, because it already...
Hi there again, opening this PR because I have two issues. One is major and a feature request. I have: ``` ... package: individually: true ``` JS code is zipped...
Is there currently an easy way of having an nREPL running with the purpose of interactive programming?