Skip to content

Scalable Rest API using FastAPI to do CRUD operations using AWS S3. Deployed using AWS API Gateway and AWS Lambda.

Notifications You must be signed in to change notification settings

avr2002/cloud-engineering-project

Repository files navigation

Cloud Engineering Project

Quick start

pip install cloud-engineering-project
from files_api import ...

Developing/Contributing

System requirements

You will need the following installed on your machine to develop on this codebase

  • make AKA cmake, e.g. sudo apt-get update -y; sudo apt-get install cmake -y
  • Python 3.7+, ideally using pyenv to easily change between Python versions
  • git

# clone the repo
git clone https://github.com/avr2002/cloud-engineering-project.git

# install the dev dependencies
make install

# run the tests
make test

About

Scalable Rest API using FastAPI to do CRUD operations using AWS S3. Deployed using AWS API Gateway and AWS Lambda.

Resources

Stars

Watchers

Forks

Packages

No packages published