Alberto Zaccagni
Alberto Zaccagni
Ok I will have to give this a look, but I am studying for September's exam session, so I cannot guarantee a prompt fix.
I will mark this as bug nonetheless as it may be suggesting a deeper problem in the implementation. Thanks for opening this issue.
`kthxbye` has been added for scenarios like AWS Lambda, when at a certain point in time you are done and want to just exit. What is your use case?
Yes you are right, we should not just randomly discard events, I will think of a possibile solution for this.
Thanks for this, I am currently working on a 3.0 version for winston-cloudwatch. I suggest upgrading once it's done and then seeing if this issue is still valid.
Could you please provide a code example showing in which case that error is shown?
I see. Then I don't think the fix is to let someone add to `winston` a configuration that will surely not work, because it doesn't have any information on where...
Cool, looks like we're talking about validation. Thanks for the details, they're really helpful for me to understand what the problem is. I think I would like to do some...
Thank you for reporting this. I am looking into it.
I've seen that this is happening because the two operations are done one right after the other, it seems that this is not allowed by the AWS API. I will...