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
I am looking for a way to send my Winston generated logs to CloudWatch and found this module / plugin / project and had high hopes but after about two hours, I am not able to get it to work with Lambda. The code does work locally and the log stream does get created and logged to however when deploying via Lambda, the log stream is not created.
It would also be great to be able to define the log formatter using the built-in Winston combine method. For example, this is what I use in my other transports:
Lastly, it does not appear that this project is maintained anymore. There are multiple open issues, some with fixes, but no response from the project maintainer. Is this project still supported?
The text was updated successfully, but these errors were encountered:
I am looking for a way to send my Winston generated logs to CloudWatch and found this module / plugin / project and had high hopes but after about two hours, I am not able to get it to work with Lambda. The code does work locally and the log stream does get created and logged to however when deploying via Lambda, the log stream is not created.
Here is the current code I am using:
It would also be great to be able to define the log formatter using the built-in Winston
combine
method. For example, this is what I use in my other transports:Lastly, it does not appear that this project is maintained anymore. There are multiple open issues, some with fixes, but no response from the project maintainer. Is this project still supported?
The text was updated successfully, but these errors were encountered: