Skip to content

Commit a4e8f10

Browse files
authored
Add metadata.json file for TypeScript async sample (#182)
* Add metadata.json file for TypeScript async sample * Drop placeholder strings due to build errors
1 parent ac17e38 commit a4e8f10

File tree

1 file changed

+28
-0
lines changed
  • typescript-test-samples/async-architectures/async-lambda-dynamodb

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"title": "Asynchronous Integration Test with Lambda Event Listener and DynamoDB",
3+
"description": "This project used a test harness to perform integration testing of an asynchonous AWS Lambda handler.",
4+
"content_language": "English",
5+
"language": "TypeScript",
6+
"type": ["Integration"],
7+
"diagram": "/img/s3-lambda-s3.png",
8+
"framework": "SAM",
9+
"services": ["s3", "lambda","dynamodb"],
10+
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
11+
"pattern_source": "AWS",
12+
"pattern_detail_tabs": [
13+
{
14+
"title": "Application Code",
15+
"filepath": "/src/app.ts"
16+
},
17+
{
18+
"title": "Integration Tests",
19+
"filepath": "/src/tests/integration/test_async_transform.test.ts"
20+
}
21+
],
22+
"authors": [
23+
{
24+
"name": "Vikas Gupta",
25+
"bio": "Cloud Application Architect at AWS",
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)