forked from aws-samples/serverless-test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
30 lines (30 loc) · 1.15 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
{
"title": "Test AWS Lambda function handlers locally using mocks",
"description": "This project contains unit tests using mocks for a pattern using API Gateway, AWS Lambda, Amazon S3, and Amazon DynamoDB.",
"content_language": "English",
"language": "Python",
"type": ["Unit"],
"diagram": "/doc/architecture.png",
"framework": "SAM",
"services": ["apigw", "lambda", "dynamodb","s3"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "/src/sample_lambda/app.py"
},
{
"title": "Unit Tests",
"filepath": "/tests/unit/src/test_sample_lambda.py"
}
],
"authors": [
{
"name": "Tom Romano",
"image": "https://media.licdn.com/dms/image/C4E03AQFWNGT9Tkov8g/profile-displayphoto-shrink_800_800/0/1614031821710?e=1684368000&v=beta&t=-b90PMeTFMcE3tkk_X9MXcS2ZkctE3A7iRvRTnOtCwQ",
"bio": "Solutions Architect at AWS",
"linkedin": "https://https://www.linkedin.com/in/wtromano/"
}
]
}