chore: bump otel plugin to 1.1.0 (#915)
Issue #, if available:
N/A
Description of changes:
The Otel package published to NPM is missing a folder because of the described in this PR. Creating a new release including this fix so we can publish the correct package to NPM.
Minor version bump, including these changes:
Fix: Emit type declarations on every build
https://github.com/aws/aws-durable-execution-sdk-js/commit/0ea7a0cb74a7aed570ffde7493f2cd25e3eb6b1b
Feature: Expose execution trace ID helper
https://github.com/aws/aws-durable-execution-sdk-js/commit/d377e1c74f89275b9dfafd5756485ad80db1421b
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
AWS Durable Execution SDKs for JavaScript
Build resilient, long-running AWS Lambda functions with automatic state persistence, retry logic, and workflow orchestration. Lambda durable functions can run for up to one year while maintaining reliable progress through checkpoints and automatic failure recovery.
✨ Key Features
📦 Packages
This monorepo contains the following NPM packages:
🚀 Quick Start
Installation
Your First Durable Function
Invoking Your Durable Function
Durable functions require a qualified identifier for invocation. You must specify a version or alias. Unqualified ARNs or function names without a suffix are not supported to ensure deterministic replay behavior.
The following example uses asynchronous invocation (
--invocation-type Event), which queues the event and returns immediately, enabling executions that can run for up to one year:📚 Documentation
🧪 Testing
The testing SDK enables local development and unit testing without deploying to AWS, as well as cloud testing against deployed Lambda functions:
See the Testing SDK documentation for more details.
💬 Feedback & Support
🤝 Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
🔒 Security
See CONTRIBUTING for information about reporting security issues.
📄 License
This project is licensed under the Apache-2.0 License. See LICENSE for details.