-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathmetadata.json
34 lines (34 loc) · 1.16 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
{
"title": "Typescript: Test an AWS Lambda function locally that calls cloud services",
"description": "This project demonstrates testing an AWS Lambda function handler locally which calls remote cloud services. The Lambda function handler makes a call to a DynamoDB table in the cloud in the integration test.",
"content_language": "English",
"language": "TypeScript",
"type": ["Integration"],
"diagram": "/img/system-under-test.png",
"framework": "CDK",
"services": ["lambda","dynamodb"],
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples",
"pattern_source": "AWS",
"pattern_detail_tabs": [
{
"title": "Application Code",
"filepath": "/src/app.ts"
},
{
"title": "Infrastructure Code",
"filepath": "/lib/lambda-handler-dynamodb-stack.ts"
},
{
"title": "Integration Tests",
"filepath": "/test/integration/integ-handler.test.ts"
}
],
"authors": [
{
"name": "Chanki Nathani",
"image": "/../img/authors/chanki-nathani.jpeg",
"bio": "Cloud Application Architect at AWS",
"linkedin": "chankinathani"
}
]
}