-
Notifications
You must be signed in to change notification settings - Fork 34
Default Node v4.3 End-of-Life'ed #107
Comments
It seems like only yesterday that I upgraded it to 4.3! Yeah, so doing that in project.clj will DTRT. If you run I would happily accept a pull request to change the default, or else I'll get to it shortly. If you're doing anything involved in terms of service structure, you want to consider using Serverless to deploy your |
I see this has been resolved in #109 - What is the best way to utilize this, I don't see a new release. Should I reference this repo in the I also couldn't get the Sorry if this is all obvious, but I am not a pro with cljs-lambda or a lot of this tooling. Thanks! |
I should make a release. |
Nodejs 4.3 is still being used on my machine.
Output:
Apologies if I should open a new issue for this. |
I understand from the README that io.nervous/lein-cljs-lambda
0.6.0
defaults the runtime of deployed functions tonodejs4.3
. However, I received the following message from AWSThe README states this can be overriden with
:runtime
in the fn-spec or on the command-line. Does this mean something like this in theproject.clj
?If not, can anyone give me some guidance?
Given that functions using Node 4.3 will be disabled by the end of October, it might be prudent to default to a newer version of Node and let people set the
:runtime
back to v4.3 if they really need it?The text was updated successfully, but these errors were encountered: