A curated list of LocalStack integrations, tools, frameworks, and platforms.
If you want to contribute to this list, then please read the contributing guidelines. Inspired by the awesome list.
- Web Application: Web application to interact with LocalStack services, manage resources, and use advanced features.
- Desktop Application: Desktop application to manage the container, view resources, and inspect logs.
- Docker Desktop Extension: Docker Desktop extension to manage the container and view logs.
- Commandeer: Desktop application to manage LocalStack and test your applications locally with an IDE experience.
- SQS Admin: Local Web Application to manage SQS queues.
arclocal: Run Architect Infrastructure as Code framework with LocalStack.awslocal: Run the AWS Command Line Interface (CLI) with LocalStack.- AWS SDK for .NET: Run .NET applications against LocalStack using the AWS SDK for .NET.
- AWS SDK for Go: Run Go applications against LocalStack using the AWS SDK for Go.
- AWS SDK for Java: Run Java applications against LocalStack using the AWS SDK for Java.
- AWS SDK for JavaScript: Run JavaScript/TypeScript applications against LocalStack using the AWS SDK for JavaScript.
- AWS SDK for Python (Boto3): Run Python applications against LocalStack using Boto3.
cdklocal: Run the AWS Cloud Development Kit Infrastructure as Code framework with LocalStack.chalice-local: Run the AWS Chalice serverless micro-framework with LocalStack.copilotlocal: Run the Copilot CLI to build AWS containerized applications with LocalStack.- Crossplane: Run Crossplane control planes against LocalStack.
pulumilocal: Run the Pulumi Infrastructure as Code framework with LocalStack.samlocal: Run the Serverless Application Model Infrastructure as Code framework with LocalStack.serverless-localstack: Run the Serverless Infrastructure as Code framework with LocalStack.tflocal: Run the Terraform/OpenTofu Infrastructure as Code framework with LocalStack.
- .NET Aspire: Integrate LocalStack with .NET Aspire cloud-native applications.
- Quarkus: Run LocalStack in your Quarkus application.
- Spring Cloud AWS: Run LocalStack in your Spring and Spring Boot applications.
- Testcontainers: Run LocalStack in your integration tests with Testcontainers.
- CircleCI: Run LocalStack in your CircleCI workflows.
- GitHub Actions: Run LocalStack in your GitHub Actions workflows.
localstack/localstack: LocalStack Docker image for AWS emulation.localstack/snowflake: LocalStack Docker image for Snowflake emulation.localstack/localstack-azure-alpha: LocalStack Docker image for Azure emulation.
- LocalStack SDKs Overview: Overview of LocalStack SDKs for programmatic access to LocalStack developer endpoints.
- LocalStack SDK for Java: Java SDK for Cloud Pods and Chaos API workflows.
- LocalStack SDK for Python: Python SDK for Cloud Pods, Chaos API, state management, and developer endpoints.
- .NET Client: .NET client library for LocalStack.
- Go Client: Go client library for LocalStack.
- Python Client: Python client library for LocalStack.
- AWS Replicator: Replicate cloud resources into your local LocalStack environment.
- Cloudlens: k9s like CLI for analyzing and managing local AWS resources in LocalStack.
- diapretty: LocalStack diagnosis pretty printer to create diagnostics reports via the diagnostics endpoint.
- DNS Server: DNS-based endpoint injection and local DNS tooling for LocalStack.
- Event Studio: Record, trace, debug, and replay events exchanged between AWS services.
- Former2: Generate infrastructure as code templates from existing resources in your locally running LocalStack instance.
- Lambda Tools: Hot-reload and other tooling to develop Lambda functions more efficiently.
- Leapp: Create LocalStack sessions in Leapp to connect to the cloud emulator.
- LocalStack CLI: Official command line interface to manage LocalStack.
- Testing Utils: Utility tooling for local and CI testing with LocalStack.
- LocalStack Toolkit for VS Code: Toolkit for VS Code to manage LocalStack.
- LocalSurf: Browser plugin to redirect AWS service calls to LocalStack.
- DevContainers: Run LocalStack in reproducible containerized development environments.
- eksctl: Run and validate EKS-centric workflows against LocalStack.
- Gitpod: Run LocalStack in Gitpod, a cloud-based IDE.
- Helm Charts: Helm charts to deploy LocalStack on Kubernetes.
- OpenShift: Run LocalStack in OpenShift, a Kubernetes distribution.
- Rancher Desktop: Run LocalStack with Rancher Desktop.
- Authress: LocalStack extension to run the Authress server locally.
- AWS Replicator: LocalStack extension to replicate live AWS resources locally.
- Diagnosis Viewer: LocalStack extension to view the diagnosis report.
- Event Studio Extension: LocalStack extension for event tracing, inspection, and replay workflows.
- httpbin: LocalStack extension to run the httpbin service.
- Mailhog: LocalStack extension to run the Mailhog service.
- Miniflare: LocalStack extension to run Miniflare, a serverless Cloudflare worker emulator.
- ParadeDB: LocalStack extension for running ParadeDB search databases locally.
- Resource Graph: LocalStack extension to build resource graphs and import into Neptune.
- Stripe: LocalStack extension to run a stateful Stripe service mock.
- Terraform Init: LocalStack extension to run Terraform files as initialization hooks.
- TypeDB: LocalStack extension for building and testing TypeDB-based applications locally.
- WireMock: LocalStack extension for running WireMock mock APIs locally.
- Building a Java Notification app using AWS Java SDK, Simple Email Service (SES), and CloudFormation
- Building a Serverless Quiz Application with LocalStack
- Chaos Engineering: Route53 Failover
- Chaos Engineering: Simulating Outages using Chaos API
- Creating ephemeral application previews with LocalStack and GitHub Actions
- Creating reproducible machine learning applications using Cloud Pods for persistent state snapshots
- Deploying containers on Elastic Container Service (ECS) clusters using Elastic Container Registry (ECR) and AWS Fargate, with LocalStack
- Deploying Lambda container image locally with Elastic Container Registry (ECR) using LocalStack
- End-to-End Testing in Gitlab CI with Testcontainers and LocalStack: Understanding Runners and Docker in Docker
- Generate IAM Policies with LocalStack IAM Policy Stream
- Host a static website locally using Simple Storage Service (S3) and Terraform with LocalStack
- How To: Collaborative AWS local development with LocalStack's Cloud Pods
- How To: Terraform Init Hooks for Automation & Production-Identical Test Environments
- Initializing an RDS Database with AWS CDK and LocalStack
- Replicating cloud resources locally with LocalStack's AWS Cloud Proxy extension
- Schema Evolution with Glue Schema Registry and Managed Streaming for Kafka (MSK) using LocalStack
- Setting up Elastic Load Balancing (ELB) Application Load Balancers using LocalStack, deployed via the Serverless framework
- Tutorial: Terraform Fullstack Serverless Shipment App
- Automate Terraform testing with LocalStack & GitHub Actions
- Automate Your Serverless Tests with GitHub Actions and LocalStack
- Debug AWS Lambda Functions Locally Using LocalStack's Lambda Debug Mode
- Developing & Debugging AWS ECS Tasks Locally with LocalStack & VS Code
- Emulate AWS CI/CD Services in LocalStack
- Generating & testing AWS IAM policies locally with LocalStack
- Injecting Chaos into DynamoDB with LocalStack
- Integration testing for Pulumi programs with LocalStack & Automation API
- Local Testing of SES Workflows Using LocalStack & MailHog Extension
- Monitor your failing Lambdas with CloudWatch and LocalStack
- Peeking into SQS Queues Locally with LocalStack's SQS Developer Endpoint
- Preview Environments for AWS apps on every Pull Request with LocalStack
- Simulating AWS Outages Locally with Chaos Engineering
- Testing AWS Fault Injection Service (FIS) templates using LocalStack
- Testing Serverless Apps Locally — AWS SAM Local vs LocalStack
- Connecting Snowpark to Lambda using LocalStack
- Credit Scoring with Snowpark & LocalStack
- Querying S3 Tables with Snowflake
- Integrating Polaris with LocalStack for Snowflake and Trino
- Running dbt workflows locally with LocalStack for Snowflake
- Your First Local AWS App in 4 Steps with LocalStack and Terraform
- Getting started with the LocalStack Model Context Protocol (MCP) Server
- WTH is Chaos Engineering?! A Quick Look at Breaking Things on Purpose
- Smarter Serverless Dev with LocalStack VS Code Toolkit & Lambda Debugging
- Break It Till You Make It: Introducing Chaos into Your Stack Locally
- Getting started with the LocalStack Dagger module
- Saving & Sharing Your LocalStack State with CloudPods
- Automate Your Tests with GitHub Actions & LocalStack
- Test Your Cloud Workflows Locally Like a Boss
- Fake It Till You Make It: Cloud Edition
- Run Your First AWS App Locally with LocalStack
- Develop and test your AI-powered cloud apps locally with LocalStack
- Running dbt workflows locally with LocalStack by Harsh Mishra
- Emulating AWS CI CD pipelines with LocalStack by Viren Nadkarni
- Testing Terraform Modules in Local and CI Environments with LocalStack
- Local Debugging for Lambda Functions via new Lambda Debug Mode
- Simulating outages with LocalStack Chaos API
- Serverless Best Practices with AWS Lambda PowerTools by Brian Rinaldi
- New Event Studio
- Unified Kubernetes Support in LocalStack
- New Bedrock Support in LocalStack
- How to install LocalStack Snowflake Emulator
- Smooth transition from local development to production for your AWS-powered applications
- Multi-account and multi-region in LocalStack
- AWS Data Streaming with LocalStack in Action
- Building LocalStack with LocalStack
- Deploy and Test Data Migration Pipeline with DMS
- Accelerate your cloud development with Cloud Pods and LocalStack
- Testing CloudWatch metric alarms with LocalStack
- How to use AWS SDKs with LocalStack
- Deploy and invoke Lambda functions in LocalStack using VS Code Extension
- Mounting local directories for ECS tasks with LocalStack
- LocalStack Neptune development with G.V() — Gremlin IDE
- How to save state in LocalStack?
- Replicating cloud resources locally with LocalStack's AWS Replicator extension
- Towards a LocalStack Snowflake emulator—develop your data pipelines locally!
- Developing & Testing Data pipelines locally with LocalStack!
- Running an EC2 instance locally using LocalStack
- Improving Networking in LocalStack
- IAM Policy Stream
- How to hot reload your Lambda functions locally with LocalStack
- Handwritten digit recognition using MNIST model and Sagemaker on LocalStack
- Getting started with LocalStack's Extension for Docker Desktop
- Team Collaboration using LocalStack Cloud Pods
- Adopting Testcontainers for local development
- Testing Terraform AWS Modules in Harness CI with LocalStack
- Local AWS Development with LocalStack
- Build Search Applications Locally with LocalStack and ParadeDB
- Simulate External APIs locally with the WireMock Extension for LocalStack
- Build Knowledge Graph Applications with LocalStack and TypeDB Extension
- Effective Unit Testing for AWS Step Functions
- Testing Locally with Lambda Managed Instances
- Generate Infrastructure as Code from local AWS resources using LocalStack & Former2
- 5 Cloud Pods Features You Might Have Missed
- Streamlining Chaos testing with LocalStack's Chaos Engineering dashboard
- 5 LocalStack Features You're Probably Sleeping On (Even if You're Only Using It for AWS)
- Introducing the LocalStack SDK for Python
- Supercharge Your Testing Using JetBrains Aqua with LocalStack
- Take Your Local Testing to the Cloud with Ephemeral Instances
- Developing cloud AI-powered apps with LocalStack and Ollama
- LocalStack Neptune development with G.V() — Gremlin IDE
- Building LocalStack with LocalStack
- Ephemeral Environments with LocalStack & Shipyard
- Exploring S3 Mocking Tools — A Comparative Analysis of S3Mock, MinIO, and LocalStack
- Mastering AWS Infrastructure Testing with LocalStack Cloud Pods - on localhost, CI and Testcontainers
- Add Authentication & Authorization to LocalStack with the Authress extension
- Develop your Cloudflare Workers + AWS apps locally with LocalStack & Miniflare
- LocalStack x Gitpod - Run cloud applications with LocalStack and Gitpod
- The Road Ahead for LocalStack: Upcoming Changes to the Delivery of Our AWS Cloud Emulators
- LocalStack for AWS Is Moving to a Single Image. Here are Your Next Steps
- Introducing the LocalStack Model Context Protocol (MCP) Server
- What's New in LocalStack Docs: August-September 2025
- Announcing the LocalStack Docs v2 Launch
- What's new in LocalStack for Snowflake?
- Introducing LocalStack for Snowflake: The new emulator to build & test data pipelines locally
- How we are making connecting to LocalStack easier
- One Click Local Development: Announcing Leapp's LocalStack Integration
- Introducing LocalStack Desktop Application for local cloud development & testing
- LocalStack has joined AWS Marketplace to streamline local cloud development & testing!
- Introducing LocalStack Docker Extension for Docker Desktop
- Announcing LocalStack Extensions
- Cloud Pods - Enabling state sharing and team collaboration for local cloud development
- LocalStack and AWS Parity Explained