You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Possible Solution
See https://github.com/awslabs/aws-lambda-powertools-python/pull/1276
### Steps to Reproduce
See code snippet
### AWS Lambda Powertools for Python version
latest
### AWS Lambda function runtime
3.9
### Packaging format used
PyPi
### Debugging logs
_No response_
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Possible to decorate a lambda handler with additional arguments with
@logger.inject_lambda_context
Current Behaviour
TypeError: decorate() takes 2 positional arguments but 3 were given
Code snippet
The text was updated successfully, but these errors were encountered: