-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
51 lines (51 loc) · 1.81 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"title": "API Gateway with Lambda and DynamoDB",
"description": "This project contains unit, integration, and load tests for a pattern using API Gateway, AWS Lambda and Amazon DynamoDB.",
"content_language": "English",
"language": "Java",
"type": ["Unit", "Integration", "Load"],
"diagram": "/docs/TicketTopology.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": "/TicketsFunction/src/main/java/com/example/TicketFunction.java"
},
{
"title": "Unit Tests",
"filepath": "/TicketsFunction/src/test/java/com/example/TicketFunctionMockTest.java"
},
{
"title": "Integration Test",
"filepath": "/TicketsFunction/src/test/java/com/example/TicketFunctionIntegrationTest.java"
},
{
"title": "Load Test",
"filepath": "/load-test/run-load-tests-dynamic-data.sh"
}
],
"authors": [
{
"name": "Dhiraj Mahapatro",
"image": "/../img/authors/dhiraj-mahapatro.jpg",
"bio": "Principal Specialist Solutions Architect at AWS",
"linkedin": "dmahapatro",
"twitter": "dhirajmahapatro"
},
{
"name": "Rahul Popat",
"image": "/../img/authors/rahul-popat.jpeg",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "rahulpopat"
},
{
"name": "Aneel Murari",
"image": "/../img/authors/aneel-murari.jpeg",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "aneelmurari"
}
]
}