LocalStack and AWS Parity Explained

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    ⚡ Serverless plugin for running against LocalStack

  • Great point. Fully agree that providing a first-class local development experience is critical to the overall story of application development frameworks.

    I guess the main difference is that frameworks like Serverless provide a great experience if you fully buy into their way of doing things (i.e., implement your application assets in the Serverless YAML DSL, etc), whereas LocalStack is a generic platform that works on the API emulation level, hence integrates with most tooling out of the box.

    Making the switch from Serverless to, say, AWS CDK, or AWS SAM, or Architect framwork may not be as seamless - however, for each of these frameworks you can always run the local emulation natively on LocalStack. This can help reduce the overall vendor lock-in effect that a lot of application development frameworks come with.

    In fact, LocalStack also provides an integration with Serverless [0] - among many other tools [1].

    [0] https://github.com/localstack/serverless-localstack

  • help-scraper

    Record a history of --help for various commands

  • This is really impressive.

    I've been running a scraper against the output of the "aws --help" CLI commands for a few months, to try and get a better feel for how often AWS changes - I call this "help scraping". The answer is it changes a LOT - there are updates to their APIs every single day.

    Here's the commit log of changes I've tracked so far: https://github.com/simonw/help-scraper/commits/main/aws

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • MAMIP

    [MAMIP] Monitor AWS Managed IAM Policies Changes

  • aws_breaking_changes

    List of changes announced for AWS that may break existing code

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