-
Notifications
You must be signed in to change notification settings - Fork 420
Bug: Using @metrics.log_metrics
and @event_parser
on the same handler causes a type error.
#3447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
looking into it now. |
|
This is now released under 2.29.0 version! |
Expected Behaviour
I expect to be able to use
@metrics.log_metrics
and@event_parser
on the same Lambda handler. It doesn't work, regardless of order they are used to annotate the handler.Current Behaviour
I get the following error in VS Code, according to Pylance:
Code snippet
The text was updated successfully, but these errors were encountered: