mokamoto12

Results 3 comments of mokamoto12

I have commented here about how we addressed this (in v1). If it would be helpful. In any case, though, it would be nice to backport it. https://github.com/serverless/serverless/issues/11337#issuecomment-1297992664

We are using v1 and have addressed this issue by adding the following Service local plugin. Fortunately, the lambda source code seems to work on node14.x. In any case, it...

@noumanbhatti I happened to see a comment, but are you still having trouble? Perhaps modifying the following line in `./serverless-plugins/lambda-update-deprecated-runtime.js`: ```js resources[key].Properties.Runtime = 'nodejs14.x' ``` to: ```js resources[key].Properties.Runtime = 'nodejs20.x'...