{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing/2"}],"enrichment":{"capability":"Builds long-running AWS Lambda workflows with automatic checkpointing, durable steps, waits, callbacks, and parallel execution that can resume after Lambda pauses or restarts.","skillfed_tags":["aws-lambda","workflow-orchestration","fault-tolerance"],"use_cases":["Multi-step order processing workflows that need to pause for approval or payment confirmation without blocking Lambda execution","ETL pipelines that checkpoint progress and resume after failures without reprocessing completed batches","Approval chains or human-in-the-loop processes that wait for external callbacks before proceeding to the next step","Parallel fan-out tasks with configurable completion criteria across multiple concurrent operations","Complex state machines that require structured subflows and isolated execution contexts"],"what_it_does":"This is an AWS SDK for building durable, long-running workflows inside Lambda functions that can survive Lambda pauses, timeouts, and restarts. It provides decorators and context objects to define steps with retry logic, waits for time or external callbacks, and parallel fan-out operations, all with automatic checkpointing so execution can resume from where it left off rather than restarting from the beginning. The SDK handles deterministic replay internally so that side effects don't duplicate and logging is de-duplicated.\n\nYou write Lambda handlers using the `@durable_execution` decorator and define individual work units as `@durable_step` functions, then call them through the context's `step()`, `wait()`, and parallel methods. The SDK depends only on boto3 and runs as pure Python, making it straightforward to add to existing Lambda projects. It's in active development (Beta status) and supported on Python 3.11, 3.12, 3.13, and 3.14.","worth_installing":"Yes, if you are building multi-step workflows on AWS Lambda and need automatic checkpointing and replay. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe addition. Beta status means the API may evolve, but the SDK is in active use. Not necessary for simple single-step Lambda functions or if you already use alternative orchestration tools."},"id":"aws-durable-execution-sdk-python","links":{"html":"https://skillfed.io/packages/aws-durable-execution-sdk-python","md":"https://skillfed.io/packages/aws-durable-execution-sdk-python.md","pypi":"https://pypi.org/project/aws-durable-execution-sdk-python/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-09","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"aws-durable-execution-sdk-python","python_support":"supports_current","summary":"AWS Durable Execution SDK for Python"},"popularity":{"monthly_downloads":210938,"position":9487,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7.0"}
