-
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.
Merge pull request #333 from aws-samples/feature/deloitte-sync-metadata
Add metadata for deloitte sync pattern
- Loading branch information
Showing
10 changed files
with
83 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,45 @@ | ||
{ | ||
"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", | ||
"services": ["lambda","fargate","ecs","dynamodb","sqs"], | ||
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples", | ||
"pattern_source": "Customer", | ||
"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/authors/Harsha_Vardhan_Allena.png", | ||
"bio": "Senior Consultant at Deloitte", | ||
"github": "https://github.com/harsha050393" | ||
}, | ||
{ | ||
"name": "Aruna Shanubhogue", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/authors/Aruna_Shanubhogue.png", | ||
"bio": "Consultant at Deloitte", | ||
"github": "https://github.com/arunasha9" | ||
}, | ||
{ | ||
"name": "Indrajit Bose", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/authors/Indrajit_Bose.jpg", | ||
"bio": "Consultant at Deloitte", | ||
"github": "https://github.com/indrajiit/ibosePerf" | ||
} | ||
] | ||
} |
Binary file added
BIN
+3.45 KB
java-test-samples/fargate-lambda-stepfunction-async/doc/Deloitte_logo.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
+347 KB
java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Kranthi.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
+221 KB
java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Ravindra.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
+247 KB
java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Venkatesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
java-test-samples/fargate-lambda-stepfunction-async/metadata.json
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,38 @@ | ||
{ | ||
"title": "Deloitte - Testing a Fargate application with asynchronous serverless test framework", | ||
"description": "This project, from AWS partner Deloitte, shows how to use an asynchronous 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", | ||
"services": ["lambda","fargate","ecs","dynamodb","sqs"], | ||
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples", | ||
"pattern_source": "Customer", | ||
"pattern_detail_tabs": [ | ||
{ | ||
"title": "Unit Tests", | ||
"filepath": "/async-sqs-lambda-stepfunction-dynamodb/src/test/java/controller/OrderControllerTest.java" | ||
}, | ||
{ | ||
"title": "End to end Tests", | ||
"filepath": "/integration-test/lambda_function_s3_upload.py" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Ravindra Palisetti", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Ravindra.png", | ||
"bio": "Technical Manager at Deloitte" | ||
}, | ||
{ | ||
"name": "Venkatesh Peddada", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Venkatesh.png", | ||
"bio": "Technical Manager at Deloitte" | ||
}, | ||
{ | ||
"name": "Evani Kranthi", | ||
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Kranthi.png", | ||
"bio": "Specialist Senior at Deloitte" | ||
} | ||
] | ||
} |