You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I correct in assuming that if that line were changed to runtime: inputs.runtime || 'nodejs12.x' we could then specify any runtime we desired? That just seems too easy of a fix.
The text was updated successfully, but these errors were encountered:
@eahefnawy This issue is still a thing. Lambda deployed via this serverless component can only be node 12.x and as stated by the OP it's an easy fix. Can you spare some time reviewing the PR i've opened ?
In the utils.js file there are a few places that use the
input.runtime
, with the exception of right here:aws-lambda/src/utils.js
Line 58 in d9620ee
Am I correct in assuming that if that line were changed to
runtime: inputs.runtime || 'nodejs12.x'
we could then specify any runtime we desired? That just seems too easy of a fix.The text was updated successfully, but these errors were encountered: