nervous-systems / cljs-lambda

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

:env support #66

Closed zrzka closed 7 years ago

zrzka commented 7 years ago

What's done:

screen shot 2017-02-19 at 21 58 28

What's left:

I left :cljs-lambda :env intact in this PR. This PR just adds support for :env in :cljs-lambda :defaults and in :cljs-lambda :functions. And now ...

Just let me know what do you think and what to do.

Part of #56.

moea commented 7 years ago

@zrzka That sounds like a plan - I'm going to do testing post-merge, by switching some of my functions over to use this - I'm not super worried about a potentially broken snapshot.

zrzka commented 7 years ago

@moea just let me know when you'll publish snapshot and I'll test it too

moea commented 7 years ago

@zrzka Thank you! 0.6.5-SNAPSHOT now contains these changes, I'll update it again once I merge #67

zrzka commented 7 years ago

@moea using 0.6.5-SNAPSHOT in one of our project along with new :env support and it looks good so far.