Skip to content

News, tutorials, and release notes from LocalStack — the local cloud development platform for AWS, Snowflake, and more.

0Readers
175Posts
yesterdayLast active
Beyond Bluesky: Building an AT Protocol Event Pipeline on AWS
Sep 3, 2026
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.
AWSLambda
Announcing the LocalStack for Snowflake 2026.08.0 Release
Sep 2, 2026
Snowflake-Next enters preview, while LocalStack for Snowflake 2026.08.0 improves long-running query handling, RESULT_SCAN, ordered aggregates, metadata queries, pipes, and tags.
1
releaseannouncement
Stop Prompting Your AI Agent: Build an AWS Development System Instead
Sep 1, 2026
Stop writing bigger and bigger prompts for your AI coding agent. Learn how to build an AI-native AWS development environment using Cursor Rules, agent skills and plugins, the AWS MCP Server, and LocalStack so your agent has what it needs to build, test, and debug AWS applications locally before touching a real cloud account.
1
AI AgentsMCP
Announcing the LocalStack for AWS 2026.08.0 Release
Aug 26, 2026
LocalStack for AWS 2026.08.0 adds Lambda Durable Functions, CloudFront Functions with KeyValueStore, the native ELBv2 provider by default, broader Verified Permissions and RDS coverage, OpenSearch 3.7, and CloudFormation update support for more AWS resource types.
releaseannouncement
How to Test AWS Fargate Container Workloads Locally with LocalStack
Aug 25, 2026
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.
FargateContainers
Using AWS's Official MCP Servers with LocalStack
Aug 18, 2026
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.
AI AgentsMCP
Give Your Coding Agent a Real Cloud to Break
Aug 11, 2026
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.
MCPAI Agents
LocalStack as an AI Sandbox
Aug 6, 2026
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.
2
AISandboxing
Testing AWS Service Control Policies Locally with LocalStack
Aug 4, 2026
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.
IAMAWS Organizations
Announcing the LocalStack for Snowflake 2026.07.0 Release
Jul 30, 2026
LocalStack for Snowflake 2026.07.0 fixes persistence across restarts and improves compatibility for dbt workflows, DDL transactions, CTEs, UNPIVOT, QUALIFY, and JavaScript stored procedures.
releaseannouncement
Announcing the LocalStack for AWS 2026.07.0 Release
Jul 22, 2026
LocalStack for AWS 2026.07.0 adds Step Functions HTTP Tasks, Aurora DSQL CloudFormation and SQL dialect support, an ECS service scheduler, expanded AWS Replicator coverage, and CloudFormation update support for more than 50 resource types.
releaseannouncement
Testing S3 Replication Jobs Locally with LocalStack
Jul 21, 2026
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.
S3IAM