/Python-AWS-Lambda-Testing

Python code showcasing AWS Lambda functions and comprehensive unit testing using Moto and Pytest.

Primary LanguagePythonApache License 2.0Apache-2.0

Python AWS Lambda Testing

This repository contains Python code examples that demonstrate AWS Lambda functions and effective unit testing using Moto and Pytest.

Getting Started

Explore the provided code snippets to understand AWS Lambda functionality and how Moto and Pytest can be utilized for scalable and clean unit tests.

Prerequisites

Ensure you have Python installed on your machine.

python --version

Installation

Install the required dependencies using pip.

pip install moto boto3 pytest

Clone the repository to your local machine.

git clone https://github.com/seifrajhi/Python-AWS-Lambda-Testing.git

Usage

Explore the code in the repository to learn about AWS Lambda and how to perform effective unit testing with Moto and Pytest.

Contributing

Contributions are welcome! Fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Happy coding!