You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Python interface to SWF
2
-
Typed Python interface to AWS Simple Workflow service
2
+
3
+
Typed Python interface to [AWS Simple Workflow Service](https://aws.amazon.com/swf/).
3
4
4
5
* Type annotations
5
6
* Explicit exceptions
@@ -45,11 +46,15 @@ for task in state.tasks:
45
46
```
46
47
47
48
### Terminology
48
-
This library uses a slight terminology change from SWF SDKs/APIs:
49
+
50
+
This library has a slight change in terminology from AWS [SDKs](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/swf.html)/[APIs](https://docs.aws.amazon.com/amazonswf/latest/apireference/Welcome.html)/[docs](https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-welcome.html):
0 commit comments