Skip to content

Commit 681d383

Browse files
Update README.md
fixed readme headers
1 parent 1f9fde3 commit 681d383

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
[![PyPI package](https://img.shields.io/badge/pip%20install-firetail--lambda-brightgreen)](https://pypi.org/project/firetail-lambda/) [![version number](https://img.shields.io/pypi/v/firetail-lambda?color=green&label=version)](https://github.com/Firetail-io/firetail-py-lambda/releases) [![Actions Status](https://github.com/Firetail-io/firetail-py-lambda/workflows/Test/badge.svg)](https://github.com/Firetail-io/firetail-py-lambda/actions) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) [![codecov](https://codecov.io/gh/FireTail-io/firetail-py-lambda/branch/main/graph/badge.svg?token=HU206RRZZ4)](https://codecov.io/gh/FireTail-io/firetail-py-lambda)
44

5-
###Overview
5+
### Overview
66

77
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
88

99
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.
1010

11-
###Supported Lambda Runtimes
11+
### Supported Lambda Runtimes
1212
- [x] Python 3.7
1313
- [x] Python 3.8
1414
- [x] Python 3.9
1515

16-
###Installation
16+
### Installation
1717
Install the module with using pip
1818
```bash
1919
pip install -U firetail-lambda
@@ -89,4 +89,4 @@ def lambda_handler(event, context):
8989
})
9090
}
9191

92-
```
92+
```

0 commit comments

Comments
 (0)