0.2.0
New features
- AWS Lambda support. Develop your service as usual and when deploying on AWS Lambda set the handler name to the variable containing
restate.app
. - Implement request verification, to secure your service when interacting with Restate cloud: https://docs.restate.dev/deploy/cloud#http
- Implement
ctx.state_keys()
andctx.clear_all()
What's Changed
- We now test the SDK with the new SDK test tool
Full Changelog: v0.1.1...v0.2.0