Skip to main content

Minimal Web API for lambdas

Project description

lambda-api

Minimal Web API for lambdas

Installation

pip install lambda-api

Requirements:

  • Python 3.12

Development

  • clone the repo
  • create and invoke a venv: python -m venv .venv | . .venv/bin/activate
  • install the requirements: pip install -r requirements.txt
  • install pre-commit and execute pre-commit install

Deployment

  • go to setup.py and increase the version
  • commit your changes and push them to a new branch

IMPORTANT

  • DON'T DO pip freeze > requirements.txt - it can cause issues with the lambdas etc.

    Just add the packages to requirements manually, specifying versions if necessary

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lambda-api-0.2.2.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

lambda_api-0.2.2-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page