The absolute worst but common anti-pattern that no one talks about

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • LocalStack

    💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

  • I've been using Localstack recently which can run most common AWS services locally. My main issue is getting my fellow developers to use it too because you have to interact with it via the CLI and they like having buttons to click.

  • testcontainers-python

    Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.

  • Buddy, let me juice it up even more: https://github.com/testcontainers/testcontainers-python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Moto

    A library that allows you to easily mock out tests based on AWS infrastructure.

  • Why is everyone acting like Lambda is something special? You mock AWS services just like you mock any other dependency during testing.

  • sst

    Build modern full-stack applications on AWS

  • If you are looking for a way to test Lambda functions locally, setting breakpoints in VS Code, and all, check out SST: https://serverless-stack.com

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