← Back to Home

Sprint Challenge

Setup Instructions

This sprint challenge will test your understanding of Iterators, Spring Boot, and DynamoDB operations. Follow the instructions below to get started.

  1. Fork and clone the sprint challenge repository
  2. Complete the challenge requirements
  3. Submit your work through the Portal

Challenge Overview

In this sprint challenge, you'll be working on a Kindle Publishing Service application. This challenge will test your skills in:

Each part of the challenge focuses on concepts covered in the modules of this sprint. Take your time to understand the requirements and use the resources provided to complete the challenge successfully.

Module 1 Challenge: Iterators

You'll implement a custom iterator for the Kindle Publishing Service application to safely traverse and manipulate collections of book data. This will require:

Module 2 Challenge: Spring Boot

You'll build a RESTful API for the Kindle Publishing Service using Spring Boot. This will involve:

Module 3 Challenge: DynamoDB Delete Operations

You'll implement functionality to remove books from the DynamoDB database, including:

Module 4 Challenge: DynamoDB Query Operations

You'll implement efficient querying capabilities to retrieve book data based on various criteria:

Resources

Challenge Repository

Fork and clone this repository to get started with the sprint challenge.

Module References

Review the modules from this sprint to refresh your knowledge.

Additional Documentation

Helpful external documentation for completing the challenge.