-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathmetadata.json
More file actions
41 lines (41 loc) · 1.29 KB
/
metadata.json
File metadata and controls
41 lines (41 loc) · 1.29 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
40
41
{
"title": "API Gateway with Lambda and DynamoDB",
"description": "This project contains unit and integration tests for a pattern using API Gateway, AWS Lambda and Amazon DynamoDB.",
"content_language": "English",
"language": "Python",
"type": ["Unit", "Integration"],
"diagram": "/img/diagram.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",
"filepath": "/tests/unit/mock_test.py"
},
{
"title": "Integration Test",
"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"
},
{
"name": "Tom Romano",
"image": "/../img/authors/tom-romano.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "wtromano"
}
]
}