AWS Lambda support
You can now use the Rust SDK with AWS Lambda, check out https://github.com/restatedev/sdk-rust?tab=readme-ov-file#running-on-lambda for more details on how to set it up.
Invocation retry policy
When used with Restate 1.5, you can now configure the invocation retry policy from the SDK directly. See https://github.com/restatedev/restate/releases/tag/v1.5.0 for more details on the new invocation retry policy configuration.
What's Changed
- Refactor Endpoint internals. by @slinkydeveloper in #71
- Add lambda runtime support by @muhamadazmy in #70
- Add new retry policy options by @slinkydeveloper in #73
- Clarify max attempts meaning by @slinkydeveloper in #74
New Contributors
- @muhamadazmy made their first contribution in #70
Full Changelog: v0.6.0...v0.7.0