We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1d5c2 commit 5c9e8d9Copy full SHA for 5c9e8d9
instana/instrumentation/aws/triggers.py
@@ -25,7 +25,7 @@ def is_api_gateway_proxy_trigger(event):
25
26
27
def is_application_load_balancer_trigger(event):
28
- if 'requestContext' in event and event['requestContext']['elb']:
+ if 'requestContext' in event and 'elb' in event['requestContext']:
29
return True
30
return False
31
0 commit comments