-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathmetadata.json
More file actions
45 lines (45 loc) · 1.76 KB
/
metadata.json
File metadata and controls
45 lines (45 loc) · 1.76 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
42
43
44
45
{
"title": "Deloitte - Testing a Fargate application with synchronous serverless test framework",
"description": "This project, from AWS partner Deloitte, shows how to use a synchronous serverless test harness to exercise a Spring Boot container-based workload running on AWS Fargate.",
"content_language": "English",
"language": "Java",
"type": [ "Unit", "Integration", "End to end", "Load" ],
"diagram": "/doc/Deloitte_logo.png",
"services": ["lambda","fargate","ecs","dynamodb","sqs"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "Customer",
"pattern_detail_tabs": [
{
"title": "Unit Tests",
"filepath": "/spingboot-with-dynamodb/src/test/java/com/amazon/aws/sample/controller/CustomerControllerTest.java"
},
{
"title": "End to end Tests",
"filepath": "/aws-lambda-python-e2e-tests/tests/create_test.py"
},
{
"title": "Load Tests",
"filepath": "/load-tests/Loadtest.yaml"
}
],
"authors": [
{
"name": "Harsha Vardhan Allena",
"image": "/../img/authors/Harsha_Vardhan_Allena.jpg",
"bio": "Senior Consultant at Deloitte",
"github": "https://github.com/harsha050393"
},
{
"name": "Aruna Shanubhogue",
"image": "/../img/authors/Aruna_Shanubhogue.jpg",
"bio": "Consultant at Deloitte",
"github": "https://github.com/arunasha9"
},
{
"name": "Indrajit Bose",
"image": "/../img/authors/Indrajit_Bose.jpg",
"bio": "Consultant at Deloitte",
"github": "https://github.com/indrajiit/ibosePerf"
}
]
}