Browse by Category

Meet lstk: A Better Way to Use LocalStack from the CLI
NEWS

Meet lstk: A Better Way to Use LocalStack from the CLI

Meet lstk, the new recommended LocalStack CLI. One install replaces the localstack CLI, awslocal, and Python dependencies, with browser-based login, unified snapshot management, TOML config, and the same commands in local development and CI/CD.

Beyond Bluesky: Building an AT Protocol Event Pipeline on AWS
SHOWCASE

Beyond Bluesky: Building an AT Protocol Event Pipeline on AWS

AT Protocol is more than just Bluesky. This post explains what ATproto is, why it matters for event-driven apps, and how to build a reusable AWS pipeline for consuming it — including testing the full stack on LocalStack before touching a real account.

How to Test AWS Fargate Container Workloads Locally with LocalStack
TUTORIAL

How to Test AWS Fargate Container Workloads Locally with LocalStack

Learn how to test AWS Fargate container workloads locally with LocalStack by deploying a CDK stack that runs a message-driven Go app on ECS Fargate, processing SQS messages into DynamoDB, and validating the full flow with integration tests.

Using AWS's Official MCP Servers with LocalStack
TUTORIAL

Using AWS's Official MCP Servers with LocalStack

AWS ships a fleet of official MCP servers that let agents write IaC, validate it, and invoke Lambda functions. Point them at LocalStack instead of real AWS, and an agent can build, harden, deploy, and test the cloud app locally. Here is how we wired them up and what happened.

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.

Launch yourself in the world of local cloud development