Skip to content

Commit

Permalink
Add metadata for Deloitte async pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
brnkrygs committed Apr 25, 2024
1 parent ac265a8 commit 5146547
Show file tree
Hide file tree
Showing 5 changed files with 48 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.
48 changes: 48 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,48 @@
{
"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",
"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": "/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",
"linkedin": "",
"github": "",
"twitter": ""
},
{
"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",
"linkedin": "",
"github": "",
"twitter": ""
},
{
"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",
"linkedin": "",
"github": "",
"twitter": ""
}
]
}

0 comments on commit 5146547

Please sign in to comment.