jordaneremieff / mangum

AWS Lambda support for ASGI applications
https://mangum.io/
MIT License
1.67k stars 119 forks source link

Add support for lifespan state #324

Open FurqanHabibi opened 2 months ago

FurqanHabibi commented 2 months ago

Closes #323

The lifespan state is created in lifespan cycle, and a shallow copy is passed in http cycle. Also added test to confirm the functionality.

Note that a sub-dependency Hypercorn need to be pinned to support testing on python 3.7.