-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathmetadata.json
More file actions
36 lines (36 loc) · 1.1 KB
/
metadata.json
File metadata and controls
36 lines (36 loc) · 1.1 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
{
"title": "Schema and Contract Testing for Event-Driven Architectures Samples Project",
"description": "This project contains automated test samples for schema and contract testing for events.",
"content_language": "English",
"language": "Python",
"type": ["Unit"],
"diagram": "/img/schema_testing.png",
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"framework": "Serverless Framework",
"services": ["lambda"],
"pattern_detail_tabs": [
{
"title": "Schema Tests",
"filepath": "/tests/test_schema.py"
},
{
"title": "Contract Tests",
"filepath": "/tests/test_contract.py"
}
],
"authors": [
{
"name": "Arthi Jaganathan",
"image": "/../img/authors/arthi-jaganathan.jpeg",
"bio": "Principal Serverless Solutions Architect at AWS",
"linkedin": "arthi-jaganathan-b3b95644"
},
{
"name": "Katherine Vishnevskaya",
"image": "/../img/authors/katherine-vishnevskaya.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "katherine-vishnevskaya"
}
]
}