Advice for running adhoc Python scripts in Lambda

This page summarizes the projects mentioned and recommended in the original post on /r/aws

Civic Auth - Simple auth for Python backends
Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.
www.civic.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. buildout

    Buildout is a deployment automation tool written in and extended with Python

    On Python package caching, (Buildout)[http://www.buildout.org/] will install Python packages in a cache directory. For example, `mypackage-1.0.0`, `mypackage-1.10`, `mypackage-2.0dev` and then it outputs wrapper scripts that append just the selected packages to sys.path.

  2. Civic Auth

    Simple auth for Python backends. Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.

    Civic Auth logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using URLs for dependency management

    4 projects | /r/java | 15 Jun 2022
  • Pantsbuild: The Ergonomic Build System

    1 project | news.ycombinator.com | 7 Aug 2025
  • Learn Makefiles

    13 projects | news.ycombinator.com | 20 Jun 2025
  • Building smarter Docker Images for your development environments with Pants 🚀

    1 project | dev.to | 17 Nov 2024
  • Show HN: Jeeves – A Pythonic Alternative to GNU Make

    7 projects | news.ycombinator.com | 5 Nov 2023

Did you know that Python is
the 2nd most popular programming language
based on number of references?