AWS Lambda Durable Execution SDK for Java now available in Developer Preview

AWS Lambda Durable Execution SDK for Java - Developer Preview
AWS has introduced the developer preview of the AWS Lambda Durable Execution SDK for Java, enabling developers to create resilient multi-step applications using Lambda durable functions. This feature allows for automatic progress checkpointing and pausing execution for up to a year while waiting on external events, without the need for custom tracking or external orchestration services.
New Features
- Lambda durable functions extend Lambda's event-driven model with automatic progress checkpointing and long-duration pausing.
- The new SDK provides an idiomatic Java experience and is compatible with Java 17+.
- Includes features for progress tracking, efficient suspension, and durable futures for callback-based workflows.
What to do
- Explore the Lambda durable functions developer guide.
- Check out the AWS Lambda Durable Execution SDK for Java on GitHub.
- Learn more about Lambda durable functions on the product page.
Source: AWS release notes
If you need further guidance on AWS, our experts are available at AWS@westloop.io. You may also reach us by submitting the Contact Us form.



