-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
29 lines (29 loc) · 970 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"title": "Step Functions Local Testing with Python",
"description": "This project shows a technique for testing an AWS Step Functions workflow in a local desktop environment using Python.",
"content_language": "English",
"language": "Python",
"type": ["Unit"],
"diagram": "/img/stepfunctions_local_test.png",
"services": ["sfn"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Step Functions State Machine",
"filepath": "/statemachine/local_testing.asl.json"
},
{
"title": "Unit Tests",
"filepath": "/tests/unit/src/test_step_functions_local.py"
}
],
"authors": [
{
"name": "Dan Straw",
"image": "/../img/authors/dan-straw.jpeg",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "danstraw"
}
]
}