-
Notifications
You must be signed in to change notification settings - Fork 102
/
metadata.json
35 lines (35 loc) · 1.55 KB
/
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
31
32
33
34
35
{
"title": "Testing Step Functions locally",
"description": "This project shows a technique for testing an AWS Step Functions workflow in a local desktop environment",
"content_language": "English",
"language": "Java",
"type": ["Unit", "Integration"],
"diagram": "/images/stepfunctions_local_test.png",
"framework": "SAM",
"services": ["stepfunctions", "lambda", "dynamodb", "eventbridge"],
"git_repo_url": "https://github.com/aws-samples/aws-stepfunctions-examples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "https://github.com/aws-samples/aws-stepfunctions-examples/tree/main/sam/demo-local-testing-using-java/statemachine/local_testing.asl.json"
},
{
"title": "Unit Tests",
"filepath": "https://github.com/aws-samples/aws-stepfunctions-examples/tree/main/sam/demo-local-testing-using-java/src/test/java/com/example/sfn/StepFunctionsLocalJUnitTest.java"
},
{
"title": "Integration Test",
"filepath": "https://github.com/aws-samples/aws-stepfunctions-examples/tree/main/sam/demo-local-testing-using-java/src/test/groovy/com/example/sfn/StepFunctionsLocalSpockSpec.groovy"
}
],
"authors": [
{
"name": "Dhiraj Mahapatro",
"image": "/../img/authors/dhiraj-mahapatro.jpg",
"bio": "Principal Specialist Solutions Architect at AWS",
"linkedin": "dmahapatro",
"twitter": "dhirajmahapatro"
}
]
}