LocalStack
banner
localstack.cloud
LocalStack
@localstack.cloud
LocalStack is the leading cloud development platform to enable you to develop and test your cloud & serverless applications locally.
Pinned
We're excited to announce that LocalStack has raised $25 million in Series A funding, led by Notable Capital, with support from CRV and Heavybit 🚀🥳

This marks a pivotal step in our mission to empower developers and help enterprises build faster and more efficiently 🙌

techcrunch.com/2024/11/12/l...
LocalStack raises $25M to help developers emulate and test cloud apps locally | TechCrunch
LocalStack shifts app development and testing off the cloud and onto developers' local machines, starting with a focus on AWS.
techcrunch.com
On Feb 26, leaders from Docker, WireMock, and LocalStack will discuss:

• Why environment sprawl is exploding in 2026
• Whether agentic coding helps or makes it worse
• How cloud emulation + API simulation enable local-first development

Join the live discussion and save your virtual spot. 😎 🙌
February 13, 2026 at 2:48 PM
Our CTO, Waldemar Hummer, is speaking at WireMock’s live panel on environment sprawl. 🎤

As AI accelerates code generation, realistic test environments are becoming the real bottleneck.

🗓 Thursday, February 26
🕰️ 8am PST / 11am ET / 4pm GMT

info.wiremock.io/live-panel-e...
Live Panel: Environment Sprawl & Agentic Coding
Join the WireMock engineering team for a live workshop.
info.wiremock.io
February 13, 2026 at 2:48 PM
Why does it matter?

Data teams shouldn’t discover scripting or metadata issues only after deploying to Snowflake. The closer local behavior matches production, the fewer surprises you get in staging and CI.

LocalStack for Snowflake 1.7 continues closing that gap. 💪
February 12, 2026 at 12:26 PM
We also expanded information_schema coverage and added support for commonly used aggregate and bitwise functions.

Plus we made targeted improvements for dynamic tables, window functions with DISTINCT, session variables, and LIKE / ILIKE behavior.
February 12, 2026 at 12:26 PM
What does that mean in practice?

You can now test more advanced procedural logic locally, including:

· Anonymous code blocks
· IF / ELSEIF / ELSE branching
· Exception handling with SQLERRM and SQLSTATE
February 12, 2026 at 12:26 PM

Snowflake scripting got more powerful with the release of LocalStack for Snowflake 1.7 ❄️

blog.localstack.cloud/localstack-f...
Announcing the LocalStack for Snowflake 1.7 Release
LocalStack for Snowflake 1.7 expands Snowflake Scripting capabilities, adds new information_schema views, introduces several aggregate and bitwise functions, and delivers targeted parity updates for…
blog.localstack.cloud
February 12, 2026 at 12:26 PM
LocalStack for AWS is helping enterprise teams move more of that early-stage workload out of cloud dev accounts and into controlled, reproducible local environments. Without sacrificing AWS parity. 💪
February 11, 2026 at 1:24 PM
Shifting earlier testing and integration locally can:

· Reduce dev account sprawl
· Improve environment consistency
· Decrease unnecessary AWS spend
· Simplify governance controls
February 11, 2026 at 1:24 PM
What started as “good governance” quietly becomes operational drag.

Many platform and FinOps teams are now re-evaluating whether every early-stage integration test, infrastructure change, or event-driven workflow really needs to hit a live AWS account.
February 11, 2026 at 1:24 PM

But over time, this often leads to:

· Cloud spend leakage across non-production environments
· IAM policy sprawl that’s difficult to audit
· Increased compliance overhead
· Environments that are hard to reproduce consistently
February 11, 2026 at 1:24 PM
💸 Your AWS dev accounts are more expensive than you think.

Most enterprises create multiple AWS dev and test accounts to isolate teams and reduce risk.

www.localstack.cloud
You move fast. Cloud development cycles do not.
Mixing and matching optimization strategies won’t fix your slow development loop. LocalStack streamlines your feedback loop, bringing the cloud directly to your laptop. Same production behavior.…
www.localstack.cloud
February 11, 2026 at 1:24 PM
This blog post walks through a concrete example: a serverless chat backend where Lambda + API Gateway interact with a mocked OpenAI API, powered by WireMock... while AWS services are emulated by LocalStack.

One environment and lifecycle. End-to-end testing without external dependencies.
February 10, 2026 at 3:00 PM
Running WireMock inside LocalStack environment lets you:

· mock external HTTP APIs alongside emulated AWS services
· keep Lambda, API Gateway, Step Functions, & mocks on the same local network
· run deterministic integration tests fully offline
· eliminate credentials, rate limits, brittle tests
February 10, 2026 at 3:00 PM

That’s where local testing usually falls apart:

· flaky tests
· rate limits
· missing sandbox access
· CI failures unrelated to your code

Today, we published a new Showcase on how to solve this cleanly using the WireMock extension for LocalStack.
February 10, 2026 at 3:00 PM
🧪 Simulate external APIs locally without breaking your feedback loop.

Modern cloud apps rarely talk only to AWS.

They also depend on third-party HTTP APIs like payment providers, identity services, partner platforms, or AI APIs.

blog.localstack.cloud/simulate-ext...
Simulate External APIs locally with the WireMock Extension for LocalStack
Learn how to use the WireMock extension for LocalStack to simulate external APIs locally. You'll learn how to install and use the extension with a sample application to mock OpenAI API responses,…
blog.localstack.cloud
February 10, 2026 at 3:00 PM
Knowledge graphs, but make them local

This guide walks through building knowledge graph applications using LocalStack + TypeDB, all without touching the cloud.

Perfect for experimenting with complex data relationships
blog.localstack.cloud/build-knowle...
Build Knowledge Graph Applications with LocalStack and TypeDB Extension
Learn how to build knowledge graph applications with TypeDB extension for LocalStack. You'll learn how to install and use the extension with a sample application to understand the TypeDB schema, data…
blog.localstack.cloud
February 3, 2026 at 2:18 PM
LocalStack for AWS 4.13 is out! This release adds support for the .NET 10 runtime in Lambda, improvements to ECS emulation, better routing parity in Route 53 and API Gateway, and much more. Get the full details 👉️ blog.localstack.cloud/localstack-f...
Announcing the LocalStack for AWS 4.13 Release
LocalStack for AWS 4.13 is now available! This release adds support for the .NET 10 runtime in Lambda, improvements to ECS emulation, better routing parity in Route 53 and API Gateway, and much more.
blog.localstack.cloud
January 29, 2026 at 1:54 PM
It's not unusual for your AWS application to have 3rd/1st party dependencies on APIs, but this can really slow down development & testing. Join us tomorrow at 3pm GMT to see how the combo of LocalStack & WireMock solves these problems and increases your velocity. www.meetup.com/localstack-c...
Local Development & Testing with LocalStack & WireMock, Thu, Jan 29, 2026, 4:00 PM | Meetup
Join our January meetup to explore how LocalStack and WireMock simplify local development and testing. Tom from WireMock will introduce hybrid API simulation with WireMock
www.meetup.com
January 28, 2026 at 4:09 PM
Learn how to build and run your first AWS-style application entirely on your local machine ☁️ 💻

This step-by-step guide walks through installing LocalStack, configuring authentication, and deploying a real serverless app without deploying to AWS.

Read 👉 blog.localstack.cloud/first-local-...
Run Your First AWS App Locally in 4 Simple Steps with LocalStack
Learn how to build and run your first AWS-style application entirely on your local machine. This step-by-step guide walks through installing LocalStack, configuring authentication, and deploying a…
blog.localstack.cloud
January 21, 2026 at 10:08 AM
See you there!

📅 Thursday, Jan 29 · 8:30 PM CET
January 16, 2026 at 12:16 PM
Hosted by Harsh and Kiah, this session features two talks:

🎙️ TALK 1: Simulate Microservices & Cloud Services with WireMock Runner
Speaker: Tom Akehurst (CTO, WireMock)

🎙️ TALK 2: Integrate WireMock into LocalStack for End-to-End Testing
Speaker: Brian Rinaldi (DevRel Head, LocalStack)
January 16, 2026 at 12:16 PM
Join our January meetup to learn how to build a unified, local testing environment that handles both AWS services and external APIs. 💪🏿

Stop wrestling with cloud latency and complex dependencies. You deserve better!

www.meetup.com/localstack-c...
Local Development & Testing with LocalStack & WireMock, Thu, Jan 29, 2026, 8:30 PM | Meetup
Join our January meetup to explore how LocalStack and WireMock simplify local development and testing. Tom from WireMock will introduce hybrid API simulation with WireMock
www.meetup.com
January 16, 2026 at 12:16 PM
At scale, “works on my runtime” quickly turns into chaos-CI (hard-to-reproduce bugs).

This is exactly why local, multi-runtime testing matters... so these issues surface early, not AFTER deployment. 😅 🫶🏿
January 15, 2026 at 12:45 PM
A test that passes on one runtime can fail silently—or unpredictably—on another.

That’s why multi-runtime testing requires:

· validating behavior across runtimes, not just one

· isolating runtime-specific failures

· fixing tooling assumptions that only break when runtimes coexist
January 15, 2026 at 12:45 PM
Multi-runtime testing is harder than it looks.

Supporting multiple AWS Lambda runtimes isn’t just about adding a new version flag.

Each runtime has differences in:

· dependency resolution
· build tooling & packaging
· test isolation & execution order

docs.localstack.cloud/aws/services...
January 15, 2026 at 12:45 PM