AWS, Boto3, Python, and Microsoft Visual Studio Code

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

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

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

  • Check out moto. It's great for writing unit tests for boto3 stuff. There isn't coverage for all services or API calls but the core services are pretty solid.

  • LocalStack

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

  • There’s also LocalStack which can be useful for local e2e testing https://github.com/localstack/localstack

  • 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
  • Poetry

    Python packaging and dependency management made easy

  • I've started using Poetry and some shell scripts to make Lambda distributions (including layers), since it has the concept of development dependencies.

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