-
Notifications
You must be signed in to change notification settings - Fork 419
Static typing: Argument missing for parameter "context" when using @tracer.capture_lambda_handler(capture_response=False)
#6188
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. |
Oi @tiagohconte, tudo bem?! We are missing the return type annotation in the Obrigado! |
Oi @leandrodamascena, tudo bem e contigo? Thanks for the quick response! Just opened a PR to solve the issue 😃 |
|
Static type checker used
pyright/pylance
AWS Lambda function runtime
3.11
Powertools for AWS Lambda (Python) version
3.6.0
Static type checker info
Argument missing for parameter "context"
The issue only happens when there is any parameter set in
capture_lambda_handler
.Code snippet
Possible Solution
May be related to #4088 and #4795
The text was updated successfully, but these errors were encountered: