daniel-cottone / serverless-es-logs

A Serverless plugin to transport logs to ElasticSearch
MIT License
54 stars 32 forks source link

Support runtime from provider service for node version #534

Open mattcat10 opened 2 years ago

mattcat10 commented 2 years ago

🐞 Problem

Currently the runtime of this plugin is hardcoded to nodejs12.x. The plugin should use the runtime defined in the service.

🎯 Goal

Allows others to configure the runtime for the lambda this log plugin will run on.

💡 Possible Solutions

Use runtime from provider on serverless object

daniel-cottone commented 2 years ago

:tada: This issue has been resolved in version 3.4.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: