We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got such error on lambda warming and I created cloudwatch event rule as you give in example.
[ERROR] KeyError: 'requestContext' Traceback (most recent call last): File "/opt/python/lib/python3.8/site-packages/codeguru_profiler_agent/aws_lambda/profiler_decorator.py", line 52, in profiler_decorate return function(event, context) File "/opt/python/lib/python3.8/site-packages/codeguru_profiler_agent/aws_lambda/lambda_handler.py", line 91, in call_handler return handler_function(event, context) File "/var/task/mangum/adapter.py", line 101, in __call__ scope = self.create_scope(event, context) File "/var/task/mangum/adapter.py", line 118, in create_scope request_context = event["requestContext"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got such error on lambda warming and I created cloudwatch event rule as you give in example.
The text was updated successfully, but these errors were encountered: