-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
39 lines (39 loc) · 1.21 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
{
"title": "Test local Lambda layer with mocks",
"description": "Test an AWS Lambda python layer locally by replacing remote API calls with mocks. ",
"content_language": "English",
"language": "Python",
"type": ["Unit"],
"diagram": "/img/pattern_05_lambda_layer_sut.png",
"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/sampleLambda/app.py"
},
{
"title": "Lambda Layer Code",
"filepath": "/src/sampleCodeLayer/python/layer.py"
},
{
"title": "Lambda Handler Unit Tests",
"filepath": "/tests/unit/mock_test_samplelambda.py"
}
,
{
"title": "Lambda Layer Unit Tests",
"filepath": "/tests/unit/mock_test_samplecodelayer.py"
}
],
"authors": [
{
"name": "Tom Romano",
"image": "/../img/authors/tom-romano.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "wtromano"
}
]
}