AWS Cloud Resume Challenge | Python Unit Testing with Mock AWS Services
Overview: What are unit tests? What is mocking? Why should we test our code? 3 Test scenarios and error handling implementation. Mocking AWS services with Moto Running our tests with Pytest

Overview:
- What are unit tests?
- What is mocking?
- Why should we test our code?
- 3 Test scenarios and error handling implementation.
- Mocking AWS services with Moto
- Running our tests with Pytest