nervous-systems / cljs-lambda

Utilities around deploying Clojurescript functions to AWS Lambda
The Unlicense
310 stars 34 forks source link

Publishing & aliasing multiple functions #38

Closed zrzka closed 8 years ago

zrzka commented 8 years ago

It's a pain to :publish & :alias lot of functions (same for all of them, like build-XX where XX is Travis build number for example) without additional scripting. Is anyone working on this? If not, I need it and I would like to help with this feature if you're interested.

moea commented 8 years ago

I'm not working on it - one thing I was going to work on was the ability to update an existing alias (like :alias xxx :update). I explicitly disabled multi-function publish/alias, but I agree it wasn't the best idea - feel free to knock it out.

zrzka commented 8 years ago

Great, I'll do it next week after our internal release.