forked from aws-samples/serverless-test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
35 lines (35 loc) · 1.39 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
{
"title": "API Gateway with Lambda and DynamoDB",
"description": "This project contains unit and integration tests for a pattern using API Gateway, AWS Lambda and Amazon DynamoDB.",
"content_language": "English",
"language": ".NET",
"type": ["Unit", "Integration"],
"diagram": "/img/apigw-lambda-ddb.jpg",
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"framework": "SAM",
"services": ["apigw", "lambda", "dynamodb"],
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code Example (GetProduct)",
"filepath": "/src/GetProduct/Function.cs"
},
{
"title": "Unit Tests",
"filepath": "/tests/ApiTests.UnitTest/FunctionTest.cs"
},
{
"title": "Integration Test",
"filepath": "/tests/ApiTests.IntegrationTest/IntegrationTest.cs"
}
],
"authors": [
{
"name": "James Eastham",
"image": "https://media.licdn.com/dms/image/C4D03AQHDx6vm65vyeA/profile-displayphoto-shrink_800_800/0/1637340702988?e=1684972800&v=beta&t=ohSQHb3h2VmM4iq8EWlLVi1wfrR7AUgke8wfSqP8RPI",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "https://www.linkedin.com/in/james-eastham/",
"twitter": "https://twitter.com/plantpowerjames"
}
]
}