Open ChrisHills463 opened 7 months ago
Thanks for opening your first issue here! We'll come back to you as soon as we can. In the meantime, check out the #python channel on our Powertools for AWS Lambda Discord: Invite link
Confirmed I'm seeing this too. Added to the backlog. Thank you for opening this @ChrisHills463
I'm not sure if it's related (I haven't checked), but we recently had a small refactoring on some parts of this code:
Static type checker used
pyright/pylance
AWS Lambda function runtime
3.11
Powertools for AWS Lambda (Python) version
latest
Static type checker info
# error: Argument missing for parameter "context" (reportGeneralTypeIssues)
Code snippet
Possible Solution
This is a known issue with pyright (see pyright#3265). See also this Discord discussion.