We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cc3e9 commit 1e8a34fCopy full SHA for 1e8a34f
README.md
@@ -32,12 +32,12 @@ before you deploy it.
32
### A Durable Function under test
33
34
```python
35
-from durable_executions_python_language_sdk.context import (
+from aws_durable_execution_sdk_python.context import (
36
DurableContext,
37
durable_step,
38
durable_with_child_context,
39
)
40
-from durable_executions_python_language_sdk.execution import durable_execution
+from aws_durable_execution_sdk_python.execution import durable_execution
41
from aws_durable_execution_sdk_python.config import Duration
42
43
0 commit comments