functualize-lambda
Status: Published — Independently installable from PyPI.
AWS Lambda adapter plugin for functualize.
Supports two deployment patterns:
- Fat Lambda — Single Lambda function with internal routing via
event["job"] - Thin Lambda — One Lambda per job via
make_handler(job_name)
Installation
pip install functualize-lambda
Usage
Fat Lambda (internal routing)
from functualize.app import FunctualizeApp, JobSources
from functualize_lambda import LambdaAdapter
app = FunctualizeApp("my-app", job_sources=JobSources(functions=[deploy, rollback]))
adapter = LambdaAdapter()
adapter(app)
def handler(event, context):
return adapter.run(event, context)
Events should have the shape: {"job": "job_name", "kwargs": {"key": "value"}}
Thin Lambda (per-job handler)
from functualize.app import FunctualizeApp, JobSources
from functualize_lambda import LambdaAdapter
app = FunctualizeApp("my-app", job_sources=JobSources(functions=[deploy]))
adapter = LambdaAdapter()
adapter(app)
handler = adapter.make_handler("deploy")
Release files for functualize-lambda 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| functualize_lambda-0.2.2.tar.gz | 7.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| functualize_lambda-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.8 kB
Release files / functualize_lambda-0.2.2.tar.gz
| Download URL | functualize_lambda-0.2.2.tar.gz |
|---|---|
| Size | 7.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
62d0947b3af9c8a3746ccab389d5e182b2865a6de4db9a0e393a63671c166e8c
|
|
BLAKE2b-256 checksum How to use checksums |
1d46338dcd55bc632ca605790a3218e5535ca5508bbf669ea451a4ff891ff1f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.
Transparency logRelease files / functualize_lambda-0.2.2-py3-none-any.whl
| Download URL | functualize_lambda-0.2.2-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6863aba62214ae48ce954dae17e62666b178105599e1bfba703e4d1a5aa060c8
|
|
BLAKE2b-256 checksum How to use checksums |
27cf9565aa1f66ed25f0fcc28b4e405bbdabc81f788876a6f12932b019e09ce3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.
Transparency log