# Java Test Samples This portion of the repository contains test samples for Java based serverless projects. |Project|Description| |---|---| |[Java Starter Project](apigw-lambda-list-s3-buckets)|An introductory example of Java AWS Lambda and Amazon API Gateway integration test. This is the best place to start!| |[API Gateway to Lambda to DynamoDB](apigw-lambda-ddb)|An example of simple serverless microservice with Amazon API Gateway, Java AWS Lambda and Amazon DynamoDB with tests.| |[Step Functions Local Testing](step-functions-local)|An example of testing Step Functions workflow locally using JUnit, Spock test framework, and Testcontainers.|