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 number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments