serverless-runtime-babel icon indicating copy to clipboard operation
serverless-runtime-babel copied to clipboard

Be able to select the Node runtime to be used by the Lambda function

Open jesucarr opened this issue 8 years ago • 5 comments

At the moment it seems that using "babel" as the s-function runtime, doesn't give you the option to select between the available Node runtimes (0.10 or 4.3), and it selects whatever is the default in AWS.

Is there a way to select that or would that be a feature to add?

jesucarr avatar Jun 24 '16 06:06 jesucarr

I've been having problems where the function will intermittently be deployed in either version (0.10 or 4.3).

patoncrispy avatar Jun 26 '16 18:06 patoncrispy

It looks like the move to 4.3 by default has already been done at least: https://github.com/serverless/serverless-runtime-babel/blob/1cb95eed12a27d7245b468f65ebfc618ee3a5658/lib/RuntimeBabel.js#L26 . It's just not released yet to npm. Any chance we could get that change out to npm @minibikini ?

outdooricon avatar Jul 10 '16 21:07 outdooricon

Sorry guys, I have no access to publish this module on NPM.

Ping @eahefnawy @ac360.

minibikini avatar Jul 11 '16 06:07 minibikini

@ac360 are there any plans to publish the NPM package with the fix linked above? We are working around it by referencing the dependency directly from GitHub.

taylorwood avatar Sep 25 '16 12:09 taylorwood

@ac360 any plans to publish this?

joeflateau avatar Jan 24 '17 01:01 joeflateau