Skip to content

Latest commit

 

History

History
 
 

java-test-samples

Java Test Samples

This portion of the repository contains test samples for Java based serverless projects.

Project Description
Java Starter Project 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 An example of simple serverless microservice with Amazon API Gateway, Java AWS Lambda and Amazon DynamoDB with tests.
Step Functions Local Testing An example of testing Step Functions workflow locally using JUnit, Spock test framework, and Testcontainers.