Browse by Category

Give Your Coding Agent a Real Cloud to Break
TUTORIAL

Give Your Coding Agent a Real Cloud to Break

We gave Claude Code the LocalStack MCP server and a production bug report about a broken dead-letter queue, then watched it deploy, reproduce the failure from App Inspector traces, fix the pipeline, and prove the fix, without touching an AWS account.

LocalStack as an AI Sandbox
SHOWCASE

LocalStack as an AI Sandbox

AI agents are getting capable enough to provision infrastructure and execute code with real consequences. Here's a taxonomy of AI sandboxes and where LocalStack fits as the missing cloud infrastructure layer.

Testing AWS Service Control Policies Locally with LocalStack
TUTORIAL

Testing AWS Service Control Policies Locally with LocalStack

Learn how to test Service Control Policies with LocalStack by building a local AWS organization, attaching guardrails to a sandbox account, reading denial messages that name the exact policy, and simulating SCP conditions before they reach production.

Testing S3 Replication Jobs Locally with LocalStack
TUTORIAL

Testing S3 Replication Jobs Locally with LocalStack

Learn how to test Amazon S3 replication with LocalStack by configuring a cross-Region replication rule, catching an under-privileged replication role with IAM enforcement before it ships, and validating the whole flow, end-to-end on our local machine.

Running LocalStack on Jenkins with Docker-in-Docker
TUTORIAL

Running LocalStack on Jenkins with Docker-in-Docker

Learn how to run LocalStack on Jenkins with Docker-in-Docker when Docker socket mounting is unavailable, using an isolated DinD daemon for CI integration tests.

Run Airflow and dbt pipelines on Snowflake locally with LocalStack
TUTORIAL

Run Airflow and dbt pipelines on Snowflake locally with LocalStack

Learn how to orchestrate dbt pipelines on the Snowflake emulator with Apache Airflow and Astronomer Cosmos using LocalStack's MWAA emulator to run seeds, models, and validation queries locally.

Launch yourself in the world of local cloud development