-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathmetadata.json
More file actions
39 lines (39 loc) · 1.21 KB
/
metadata.json
File metadata and controls
39 lines (39 loc) · 1.21 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
39
{
"title": "Python Starter Project",
"description": "This project contains automated test sample code samples for serverless applications written in Python.",
"content_language": "English",
"language": "Python",
"type": ["Unit","Integration"],
"diagram": "/img/xray.png",
"framework": "SAM",
"services": ["apigw", "lambda","dynamodb"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "/src/app.py"
},
{
"title": "Unit Tests - Emulator",
"filepath": "/tests/unit/local_emulator_test.py"
},
{
"title": "Unit Tests - Mock",
"filepath": "/tests/unit/mock_test.py"
},
{
"title": "Integration Tests",
"filepath": "/tests/integration/test_api_gateway.py"
}
],
"authors": [
{
"name": "Dan Fox",
"image": "/../img/authors/dan-fox.jpeg",
"bio": "Principal Solutions Architect at AWS",
"linkedin": "danfoxprofile",
"twitter": "danfox"
}
]
}