Replies: 1 comment
-
I do not see why it wouldn't work in this situation. I have not implemented anything that will allow plug and play functionality with middy, so you'd have the implement LambdaLog into your middleware manually, but it should be rather simple! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using middy, basically forwarding the request from a chain of middlewares, and I want to track the input, and the output that each middleware produces, however, I want to log it if and only if it errors out, i.e., caught by the error handler.
Is this possible with this library or do I need to implement it by myself?
Beta Was this translation helpful? Give feedback.
All reactions