Skip to content

Releases: suryavaddiraju/sesparser

v1.9.5.7

21 Dec 23:49
a7b451b
Compare
Choose a tag to compare

A stable public version 1.9.5.7 has been released for the python package sesparser which is available online at python packages pypi library
The latest version of the module can be installed through this below pip command:
pip install sesparser
If you need to install it offline, then first download the sesparser-1.9.5.7-py3-none-any.whl file attached in the assets part of this release note. then use this below pip command
pip install path/to/the/downloaded/whl/file
Additional release note for this version is made available at the HISTORY.MD file located in this github repository root folder.

AWS Python Lambda Support

10 Nov 15:21
Compare
Choose a tag to compare

Added python lambda layer zip file in lambda_layer folder in the repository. Just download the zip file located in lambda_layer folder named sesparser.zip to your aws lambda python run time and then simply "import sesparser" in your lambda function

sesparser

09 Nov 06:23
Compare
Choose a tag to compare

Now you can parse bulky ses incoming email using this module and can store in aws s3 and dynamo db within this just pass sesparser.online("s3-ses-event-here")