lambda-thread-pool

AWS Lambda thread pool (lambda-thread-pool) uses multiprocessing.Pipe instead of multiprocessing.Queue. It provides the ability to perform parallel execution within the AWS lambda Python execution en…

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install lambda-thread-pool

Dependencies

  • None

Releases

Version Released Bookworm
Python 3.11
Trixie
Python 3.13
Files
0.0.2 2022-10-18
0.0.1 2022-10-07

Issues with this package?

Page last updated 2026-09-03 07:08:23 UTC