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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@ Event-driven architectures (EDA) are an architecture style that uses events and
67
67
|System Under Test|Language|Description|
68
68
|---|---|---|
69
69
|[Step Functions](./java-test-samples/step-functions-local)[External]|Java|This project shows a technique for testing an AWS Step Functions workflow in a local desktop environment.|
70
+
|[Step Functions](./java-test-samples/step-functions-local-helloworld)|Python|This project demostrates how to test a "Hello World" AWS Step Functions workflow locally using Docker and PyTest.|
71
+
|[Step Functions](./java-test-samples/step-functions-local-lambda)|Python|This project shows a technique for testing an AWS Step Functions state machines that integrate with Lambda functions locally.|
72
+
|[Step Functions](./java-test-samples/step-functions-local-mock)|Python|This project shows a technique for testing an AWS Step Functions workflows locally using service mocks.|
0 commit comments