Releases: 0xdsqr/durable-lambda
Releases · 0xdsqr/durable-lambda
@dsqr/durable-lambda@0.0.0
@dsqr/durable-lambda
0.0.0
Major Changes
-
Initial release of Durable Lambda - actor-based state management for AWS Lambda.
Features:
- Actor model runtime with distributed locking for single-instance guarantees
- DynamoDB-based state persistence with version tracking
- SQS FIFO queue for ordered message processing
- EventBridge bus for signals and timers
- Sync/async invocation modes with workflow support
- AWS CDK construct for infrastructure-as-code deployment
- CLI tool for project scaffolding with colors and spinners
- Strict TypeScript typing across all services and interfaces
- Bun runtime integration with native shell support
- Comprehensive monitoring guide with CloudWatch/DynamoDB/SQS queries
- Development setup with Nix for reproducible environments
- 6 complete examples: counter, rate limiter, leaderboard, order processing, cron, circuit breaker