Skip to content

ajcdev1227/marchcroft_api

Repository files navigation

Backend API using AWS Lambda (Python)

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.

Features

  • 🖥️ 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

Prerequisites

Installation

  1. Clone the repository
    git https://github.com/ajcdev1227/marchcroft_api.git
    cd marchcroft_api
  2. Set up a virtual environment (optional but recommended)
    python -m venv venv
    source venv/bin/activate   # On Windows: venv\Scripts\activate
  3. Install dependencies
    pip install -r requirements.txt

Releases

No releases published

Packages

No packages published