-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metadata for deloitte sync pattern
- Loading branch information
Showing
5 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+735 KB
java-test-samples/fargate-dynamodb-sync/doc/authors/Aruna_Shanubhogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+168 KB
java-test-samples/fargate-dynamodb-sync/doc/authors/Harsha_Vardhan_Allena.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"title": "Deloitte - Testing a Fargate application with synchronous serverless test framework", | ||
"description": "This project, from AWS partner Deloitte, shows how to use a synchronous serverless test harness to exercise a Spring Boot container-based workload running on AWS Fargate.", | ||
"content_language": "English", | ||
"language": "Java", | ||
"type": [ "Unit", "Integration", "End to end", "Load" ], | ||
"diagram": "/doc/Deloitte_logo.png", | ||
"framework": "", | ||
"services": ["lambda","fargate","ecs","dynamodb","sqs"], | ||
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples", | ||
"pattern_source": "Deloitte", | ||
"pattern_detail_tabs": [ | ||
{ | ||
"title": "Unit Tests", | ||
"filepath": "/spingboot-with-dynamodb/src/test/java/com/amazon/aws/sample/controller/CustomerControllerTest.java" | ||
}, | ||
{ | ||
"title": "End to end Tests", | ||
"filepath": "/aws-lambda-python-e2e-tests/tests/create_test.py" | ||
}, | ||
{ | ||
"title": "Load Tests", | ||
"filepath": "/load-tests/README.md" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Harsha Vardhan Allena", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/images/Harsha_Vardhan_Allena.png", | ||
"bio": "Senior Consultant at Deloitte", | ||
"linkedin": "", | ||
"github": "https://github.com/harsha050393", | ||
"twitter": "" | ||
}, | ||
{ | ||
"name": "Aruna Shanubhogue", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/images/Aruna_Shanubhogue.png", | ||
"bio": "Consultant at Deloitte", | ||
"linkedin": "", | ||
"github": "https://github.com/arunasha9", | ||
"twitter": "" | ||
}, | ||
{ | ||
"name": "Indrajit Bose", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/images/Indrajit_Bose.jpg", | ||
"bio": "Consultant at Deloitte", | ||
"linkedin": "", | ||
"github": "https://github.com/indrajiit/ibosePerf", | ||
"twitter": "" | ||
} | ||
] | ||
} |