Open mattcat10 opened 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
:tada: This issue has been resolved in version 3.4.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
🐞 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