header

Intro To Serverless Pair-Programming

Throughout the bootcamp, you will be presented with a problem each week that aims to reinforce the skills you learned that week.

✏️ Guidelines

  • You will work with a partner
  • Whoever is "driving" that week will submit their code on behalf of you both
  • Fork this repo to get started!

🚀 How does it work?

Each week's assignment will be on a different branch of this repository (Example: For Week 1, select the week-1 branch). Each branch will have a README.md that contains the assignment.

Where do I commit? Commit to the folder provided on each branch.

💡 Tip: You should merge each branch into main after you complete each assignment!

📦 Format

❓ Problem

This is where the scenario of the problem will be explained -- secret agent style!

💡 Proposed Solution

This is where the instructions for solving the problem listed above will be.

🚧 Test case:

This is where we will explain how we will test your code.