Skip to main content

functualize-lambda

Status: Published — Independently installable from PyPI.

AWS Lambda adapter plugin for functualize.

Supports two deployment patterns:

  1. Fat Lambda — Single Lambda function with internal routing via event["job"]
  2. 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.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for functualize-lambda 0.2.0
File Size Uploaded
functualize_lambda-0.2.0.tar.gz 7.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for functualize-lambda 0.2.0
File Interpreter ABI Platform
functualize_lambda-0.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 11.8 kB

Release files / functualize_lambda-0.2.0.tar.gz

Download URL functualize_lambda-0.2.0.tar.gz
Size 7.7 kB
Tags Source
SHA-256 checksum
How to use checksums
ac89ad9695f577100918828b9ce3724e9d3d663c5793aa15a58ca9554a129e5c
BLAKE2b-256 checksum
How to use checksums
cbc72ec219fc0b6ffcb7f3f15dd313a1f0047b0090c282710d2d480f90470542
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 3, 2026.

Transparency log

Release files / functualize_lambda-0.2.0-py3-none-any.whl

Download URL functualize_lambda-0.2.0-py3-none-any.whl
Size 4.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
33e64591695ecef5899c61cf77689e2644641cc49c29b5d9ee6e4b49bb43a94a
BLAKE2b-256 checksum
How to use checksums
1ef3fad30c11db0e888dbd13ad7969f5494259e2b5903c04c9d666c11c83df9d
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 3, 2026.

Transparency log

Release history Release notifications | RSS feed

0.3.0

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

This release

0.2.0 This release

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page