Skip to content

Commit

Permalink
Merge pull request #333 from aws-samples/feature/deloitte-sync-metadata
Browse files Browse the repository at this point in the history
Add metadata for deloitte sync pattern
  • Loading branch information
brnkrygs authored Apr 25, 2024
2 parents 21e9521 + f837fc2 commit 5a1af9b
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 0 deletions.
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.
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.
45 changes: 45 additions & 0 deletions java-test-samples/fargate-dynamodb-sync/metadata.json
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"
}
]
}
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.
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.
38 changes: 38 additions & 0 deletions java-test-samples/fargate-lambda-stepfunction-async/metadata.json
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"
}
]
}

0 comments on commit 5a1af9b

Please sign in to comment.