-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
35 lines (35 loc) · 1.26 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": "Amazon Kinesis Data Streams with AWS Lambda Function & Amazon DynamoDB",
"description": "This pattern creates an AWS Lambda function that consumes messages from an Amazon Kinesis Data Streams and dumps them to Amazon DynamoDB using SAM and .NET 8.",
"content_language": "English",
"language": ".NET",
"type": ["Unit", "Integration"],
"diagram": "/img/kinesis-system-under-test-description.png",
"pattern_source": "AWS",
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"framework": "SAM",
"services": ["kinesis", "lambda", "dynamodb"],
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "/src/KinesisEventHandler/Functions/ProcessEmployeeFunction.cs"
},
{
"title": "Unit Tests",
"filepath": "/tests/KinesisEventHandler.UnitTests/Functions/ProcessEmployeeFunctionTests.cs"
},
{
"title": "Integration Tests",
"filepath": "/tests/KinesisEventHandler.IntegrationTests/ProcessEmployeeTests.cs"
}
],
"authors": [
{
"name": "Leslie Daniel Raj",
"image": "/../img/authors/leslie-daniel-raj.jpeg",
"bio": "Cloud Application Architect at AWS",
"linkedin": "leslie-daniel-raj-21b55449",
"twitter": "lesliedanielraj"
}
]
}