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
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ The purpose of this module is to correctly log out the AWS Lambda event and resp
9
9
The firetail_handler is a decorator that wraps around an event handler function in a AWS Lambda to extract the event and response payloads into a base64 logging message.
10
10
11
11
###Supported Lambda Runtimes
12
-
-[x] Python 3.7
13
-
-[x] Python 3.8
14
-
-[x] Python 3.9
12
+
✅ Python 3.7
13
+
✅ Python 3.8
14
+
✅ Python 3.9
15
15
16
16
###Installation
17
17
Install the module with using pip
@@ -23,6 +23,7 @@ pip install -U firetail-lambda
23
23
24
24
Implementing Middleware in lambda function
25
25
```python
26
+
import json
26
27
from firetail_lambda import firetail_handler, firetail_app
0 commit comments