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
The purpose of this module is to correctly log out the event and response payload to allow the firetail extension to then send it on to the firetail logging api
5
+
###Overview
6
6
7
-
```bash
8
-
pip install firetail-lambda
9
-
```
7
+
The purpose of this module is to correctly log out the AWS Lambda event and response payload to allow the firetail extension to then send it on to the firetail logging api
8
+
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.
0 commit comments