diff --git a/java-test-samples/fargate-lambda-stepfunction-async/doc/Deloitte_logo.png b/java-test-samples/fargate-lambda-stepfunction-async/doc/Deloitte_logo.png new file mode 100644 index 00000000..d76f2695 Binary files /dev/null and b/java-test-samples/fargate-lambda-stepfunction-async/doc/Deloitte_logo.png differ diff --git a/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Kranthi.png b/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Kranthi.png new file mode 100644 index 00000000..f735374e Binary files /dev/null and b/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Kranthi.png differ diff --git a/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Ravindra.png b/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Ravindra.png new file mode 100644 index 00000000..6f37d631 Binary files /dev/null and b/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Ravindra.png differ diff --git a/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Venkatesh.png b/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Venkatesh.png new file mode 100644 index 00000000..c63f2c63 Binary files /dev/null and b/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Venkatesh.png differ diff --git a/java-test-samples/fargate-lambda-stepfunction-async/metadata.json b/java-test-samples/fargate-lambda-stepfunction-async/metadata.json new file mode 100644 index 00000000..74d54cc4 --- /dev/null +++ b/java-test-samples/fargate-lambda-stepfunction-async/metadata.json @@ -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": "" + } + ] +} \ No newline at end of file