This project is a backend API built with AWS Lambda functions written in Python. It utilizes a serverless architecture to provide a lightweight, scalable, and cost-effective solution for handling backend operations.
- 🖥️ Built with Python 3.x
- ⚡ Serverless architecture using AWS Lambda
- 🌐 Easily integrates with AWS API Gateway
- 💾 Optional integration with AWS services like DynamoDB, S3, and more
- 🚀 Fast deployment and minimal infrastructure overhead
- AWS CLI configured
- Python 3.8 or higher
- AWS SAM CLI or Serverless Framework
- Clone the repository
git https://github.com/ajcdev1227/marchcroft_api.git cd marchcroft_api
- Set up a virtual environment (optional but recommended)
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies
pip install -r requirements.txt