Skip to content

Commit dc43c9e

Browse files
committed
remove memo
1 parent 45ba945 commit dc43c9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datadog_lambda/trigger.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
import base64
77
import gzip
8-
from functools import lru_cache
9-
108
import ujson as json
119
from io import BytesIO, BufferedReader
1210
from enum import Enum
@@ -371,7 +369,6 @@ def extract_http_status_code_tag(trigger_tags, response):
371369
return str(status_code)
372370

373371

374-
@lru_cache(maxsize=8)
375372
def is_step_function_event(event):
376373
"""
377374
Check if the event is a step function that invoked the current lambda.

0 commit comments

Comments
 (0)