A Python framework for creating AWS Lambda Async Workflows. Version 0.6.12 targets the unstable development branch, offering experimental features for building asynchronous Lambda functions with step function orchestration. Release cadence is irregular; breaking changes are frequent.
pip install async-lambda-unstableNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal handler example. Actual workflow definition requires StepFunction and Workflow classes, omitted here for brevity.
Pin exact version in requirements.txt and review changelog before upgrading.
Update calls from `handler.run(event, async_mode=True)` to `handler.run(event)`.
Rewrite workflows using the new `Step` and `Parallel` classes from `async_lambda_unstable.steps`.