We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ba945 commit dc43c9eCopy full SHA for dc43c9e
1 file changed
datadog_lambda/trigger.py
@@ -5,8 +5,6 @@
5
6
import base64
7
import gzip
8
-from functools import lru_cache
9
-
10
import ujson as json
11
from io import BytesIO, BufferedReader
12
from enum import Enum
@@ -371,7 +369,6 @@ def extract_http_status_code_tag(trigger_tags, response):
371
369
return str(status_code)
372
370
373
374
-@lru_cache(maxsize=8)
375
def is_step_function_event(event):
376
"""
377
Check if the event is a step function that invoked the current lambda.
0 commit comments