-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Implement callback for web runner #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d01e471 to
71c01e4
Compare
|
I have ran some |
13876ab to
a6c9ff3
Compare
a6c9ff3 to
f92b5e5
Compare
- Implement async run, send callback for web runner - Unit tests
f92b5e5 to
ecc8daf
Compare
|
|
||
| def send_callback_success(self, callback_id: str) -> None: | ||
| try: | ||
| self.lambda_client.send_durable_execution_callback_success( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update this to support the optional Result field. Same for error on callback failures.
Issue #, if available:
Description of changes:
Dependencies
If this PR requires testing against a specific branch of the Python Language SDK (e.g., for unreleased changes), uncomment and specify the branch below. Otherwise, leave commented to use the main branch.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.