Skip to content

Commit 1b0163c

Browse files
author
Ubuntu
committed
Examples migrated to pytest testing - README 2
1 parent d1ea8b4 commit 1b0163c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Event-driven architectures (EDA) are an architecture style that uses events and
6767
|System Under Test|Language|Description|
6868
|---|---|---|
6969
| [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.|
7073

7174
## Data Processing
7275
| System Under Test|Language|Description|

0 commit comments

Comments
 (0)