-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
30 lines (30 loc) · 961 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
30
{
"title": "Step Functions Local Testing",
"description": "This project shows a technique for testing an AWS Step Functions workflow in a local desktop environment",
"content_language": "English",
"language": "TypeScript",
"type": ["Unit"],
"diagram": "/images/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 - Mock",
"filepath": "/src/tests/sfnLocal/step-functions-local.test.ts"
}
],
"authors": [
{
"name": "Jordi Macià",
"image": "/../img/authors/jordi-macia.jpeg",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "jordimacia",
"twitter": "jmaciaferrer"
}
]
}