-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
35 lines (35 loc) · 1.36 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": "Test containers and DynamoDB locally",
"description": "This project contains unit and integration tests for a pattern using API Gateway, AWS Lambda and Amazon DynamoDB. It uses the Testcontainers project and DynamoDB Local to demonstrate the use of emulation",
"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/GetProducts/Function.cs"
},
{
"title": "Integration Test (PUT)",
"filepath": "/tests/ApiTests.IntegrationTestWithEmulation/MockPutProductFunctionTests.cs"
},
{
"title": "Integration Test (GET)",
"filepath": "/tests/ApiTests.IntegrationTestWithEmulation/MockGetProductFunctionTests.cs"
}
],
"authors": [
{
"name": "James Eastham",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
}
]
}