AWS SDK Example (Advanced)

In this example we'll show how you can override the AWS SDK for Java to redirect requests to Chaotics. We'll use the functionality of Chaotics to test what happens if failures occur in managed services such as Amazon DynamoDB.

For this we're going to build a project using the Serverless Application Model (SAM). We'll create a API using Amazon API Gateway, AWS Lambda to process requests and DynamoDB to store our state.

HIGH LEVEL ARCHITECTURE DIAGRAM