forked from aws-samples/serverless-test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
28 lines (28 loc) · 1.2 KB
/
metadata.json
File metadata and controls
28 lines (28 loc) · 1.2 KB
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
{
"title": "Asynchronous Integration Test with Lambda Event Listener and DynamoDB",
"description": "This pattern uses a Lambda function configured to be an event listener to receive the System Under Test's output data, with DynamoDB configured to be the event listener storage option",
"content_language": "English",
"language": "Java",
"type": ["Unit"],
"diagram": "/img/lambda-dynamo.png",
"pattern_source": "AWS",
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples/tree/main/java-test-samples/async-lambda-dynamodb",
"services": ["Amazon Lambda", "Amazon DynamoDB"],
"pattern_detail_tabs": [
{
"title": "Asynchronous Tests",
"filepath": "/java-test-samples/async-lambda-dynamodb/src/test/java/com/amazon/aws/sample/TestAsyncTransformation.java"
}
],
"authors": [
{
"name": "Gustavo Martim",
"image": "/../img/authors/gustavo-martim.png",
"bio": "Cloud Application Architect at AWS",
"linkedin": "gumar"
}
],
"rootFolder": "java-test-samples",
"folderName": "async-lambda-dynamodb",
"path": "java-test-samples/async-lambda-dynamodb"
}