forked from aws-samples/serverless-test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
47 lines (47 loc) · 2.06 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
{
"title": "Java Starter Project",
"description": "This project contains unit, and integration tests for a pattern using API Gateway, AWS Lambda and Amazon S3.",
"content_language": "English",
"language": "Java",
"type": ["Unit", "Integration"],
"diagram": "/img/xray.JPG",
"framework": "SAM",
"services": ["apigw", "lambda", "s3"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "/src/main/java/com/example/App.java"
},
{
"title": "Unit Tests",
"filepath": "/src/test/java/com/example/AppWithMockTest.java"
},
{
"title": "Integration Test",
"filepath": "/src/test/java/com/example/AppTest.java"
}
],
"authors": [
{
"name": "Dhiraj Mahapatro",
"image": "https://media.licdn.com/dms/image/C5603AQEhBOOL_3ZtNQ/profile-displayphoto-shrink_400_400/0/1517684416967?e=1684368000&v=beta&t=9YKYj2QypL7Pm_LiVlWtTo_RBejVZt9U0aQSt1GIRys",
"bio": "Principal Specialist Solutions Architect at AWS",
"linkedin": "https://www.linkedin.com/in/dmahapatro",
"twitter": "https://twitter.com/dhirajmahapatro"
},
{
"name": "Rahul Popat",
"image": "https://media.licdn.com/dms/image/C4E03AQFM5sRp_8nsnQ/profile-displayphoto-shrink_400_400/0/1594949331033?e=1684368000&v=beta&t=7plmbrKM3n92zwVx5YZ8kh0DOJY1NO-NZFkyPoHjq-k",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "https://www.linkedin.com/in/rahulpopat"
},
{
"name": "Aneel Murari",
"image": "https://media.licdn.com/dms/image/C4E03AQEKB5q7oE1Vug/profile-displayphoto-shrink_400_400/0/1517729240352?e=1684368000&v=beta&t=gqSVXveSHrXQK9ZHNIKB1ihV8gjqjOZ2gMTeW3_86mQ",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "https://www.linkedin.com/in/aneelmurari"
}
]
}