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...
• 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. 😎 🙌
• 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. 😎 🙌
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...
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...
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. 💪
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. 💪
Plus we made targeted improvements for dynamic tables, window functions with DISTINCT, session variables, and LIKE / ILIKE behavior.
Plus we made targeted improvements for dynamic tables, window functions with DISTINCT, session variables, and LIKE / ILIKE behavior.
You can now test more advanced procedural logic locally, including:
· Anonymous code blocks
· IF / ELSEIF / ELSE branching
· Exception handling with SQLERRM and SQLSTATE
You can now test more advanced procedural logic locally, including:
· Anonymous code blocks
· IF / ELSEIF / ELSE branching
· Exception handling with SQLERRM and SQLSTATE
Snowflake scripting got more powerful with the release of LocalStack for Snowflake 1.7 ❄️
blog.localstack.cloud/localstack-f...
Snowflake scripting got more powerful with the release of LocalStack for Snowflake 1.7 ❄️
blog.localstack.cloud/localstack-f...
· Reduce dev account sprawl
· Improve environment consistency
· Decrease unnecessary AWS spend
· Simplify governance controls
· Reduce dev account sprawl
· Improve environment consistency
· Decrease unnecessary AWS spend
· Simplify governance controls
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.
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.
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
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
Most enterprises create multiple AWS dev and test accounts to isolate teams and reduce risk.
www.localstack.cloud
Most enterprises create multiple AWS dev and test accounts to isolate teams and reduce risk.
www.localstack.cloud
One environment and lifecycle. End-to-end testing without external dependencies.
One environment and lifecycle. End-to-end testing without external dependencies.
· 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
· 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
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.
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.
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...
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...
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...
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...
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-...
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-...
📅 Thursday, Jan 29 · 8:30 PM CET
📅 Thursday, Jan 29 · 8:30 PM CET
🎙️ 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)
🎙️ 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)
Stop wrestling with cloud latency and complex dependencies. You deserve better!
www.meetup.com/localstack-c...
Stop wrestling with cloud latency and complex dependencies. You deserve better!
www.meetup.com/localstack-c...
This is exactly why local, multi-runtime testing matters... so these issues surface early, not AFTER deployment. 😅 🫶🏿
This is exactly why local, multi-runtime testing matters... so these issues surface early, not AFTER deployment. 😅 🫶🏿
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
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
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...
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...