-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathmetadata.json
More file actions
38 lines (38 loc) · 1.31 KB
/
metadata.json
File metadata and controls
38 lines (38 loc) · 1.31 KB
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
36
37
38
{
"title": "Integrated Application Test Kit",
"description": "This project contains samples for integration tests that use the Integrated Application Test Kit",
"content_language": "English",
"language": "Python",
"type": ["Integration"],
"diagram": "/img/architecture.png",
"framework": "SAM",
"services": ["eventbridge", "lambda", "sfn"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "/plugins/2-postvalidate-plugins/python-minimal-plugin/functions/app.py"
},
{
"title": "Integration Test",
"filepath": "/plugins/2-postvalidate-plugins/python-minimal-plugin/tests/integration/test_by_polling.py"
}
],
"authors": [
{
"name": "Dan Fox",
"image": "/../img/authors/dan-fox.jpeg",
"bio": "Principal Solutions Architect at AWS",
"linkedin": "danfoxprofile",
"twitter": "danfox"
},
{
"name": "Brian Krygsman",
"image": "/../img/authors/brian-krygsman.png",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "brian-krygsman",
"twitter": "brnkrygs"
}
]
}