You've spent hours perfecting your IaC with Terraform, CDK, etc. It's time to push it to the cloud & π€ that it works. If it doesn't, tear it all back down π€ & try again.
What if you could be confident your IaC will deploy & run as expected before you push it to the cloud? You can, using LocalStack.
15.08.2025 13:45 β π 2 π 0 π¬ 0 π 0
Emulate AWS CI/CD Services in LocalStack
Explore how the CI/CD service emulation capabilities in LocalStack allow fully local development and testing of pipelines including CodeBuild jobs, CodePipeline executions and CodeArtifactβ¦
We've added new CI/CD service emulation capabilities in recent versions of LocalStack, enabling fully local pipeline development and testing, including CodeBuild jobs, CodePipeline executions, and CodeArtifact repos. Viren Nadkarni shows how in this post.
blog.localstack.cloud/emulate-ci-c...
14.08.2025 13:50 β π 1 π 0 π¬ 0 π 0
Why wait for the cloud to test your app? In this episode, weβll write and run an integration test to validate our LocalStack app. Youβll learn how to upload a file, trigger the Lambda-SQS-DynamoDBβ¦
Test Your Cloud Workflows Locally Like a Boss
Testing cloud apps can be slow due to spinning up, running & tearing down cloud resources. @blkgrlcto.bsky.social shows how to write & run integration tests locally using LocalStack to upload a file, trigger a Lambda-SQS-DynamoDB flow & assert results βΒ all on your laptop. youtu.be/cXoQa8x8Qb4?...
13.08.2025 13:27 β π 2 π 1 π¬ 0 π 0
July highlights:
π OSS contribution from Darasimi Ajewole
πͺπΏ Internal engineering updates improving speed, search & content accuracy
ποΈ Release notes: AWS v4.7.0 & Snowflake v1.1
π Usage trends shaping next updates
πΊοΈ Sneak peek: reimagined Getting Started flow
12.08.2025 08:25 β π 3 π 0 π¬ 0 π 0
Whatβs New in LocalStack Docs: July 2025
Weβre excited to kick off a new tradition at LocalStack: a monthly blog report that celebrates the people, changes, and insights shaping our documentation.
π₯³ New tradition at LocalStack: monthly public docs reports! π«ΆπΏ
Weβre kicking off a new tradition at LocalStack: sharing our biggest documentation updates, insights, and thank-youβs.
π Read the July report:
blog.localstack.cloud/whats-new-in...
12.08.2025 08:25 β π 3 π 1 π¬ 1 π 0
Accelerating Developer Productivity with Dagger and LocalStack, Wed, Aug 27, 2025, 4:00 PM | Meetup
Join our August meetup to discover how programmable pipelines and local cloud emulation can supercharge your CI/CD workflows. Jason from Dagger will introduce the core con
Join our next community meetup to learn how Dagger lets you treat pipelines as code, run them locally & compose them like software components. See how you can run full AWS emulation locally on LocalStack within Dagger pipelines.
Join us on August 27. Register here π www.meetup.com/localstack-c...
11.08.2025 13:50 β π 2 π 0 π¬ 0 π 0
Weβd love to hear your perspective:
Β· Does this separation make it easier to follow whatβs relevant to you?
Β· Are there topics or formats youβd like to see more (or less) of?
Β· How can we make these updates more valuable for your work?
Your feedback helps us make better decisions! π»
08.08.2025 08:20 β π 0 π 0 π¬ 0 π 0
Our goal was to make it easier for you to find what matters most. Whether youβre here to follow the community or to stay on top of product changes.
But the real measure of success is whether this approach is actually more useful for you. π«΅πΏ
08.08.2025 08:20 β π 0 π 0 π¬ 1 π 0
Weβve been making changes to how we share updates with you. π«ΆπΏ
Recently, we split our monthly newsletter into two distinct issues:
1) Community Meetup & Contributions
2) Product Releases & Blog Posts
08.08.2025 08:20 β π 0 π 0 π¬ 1 π 0
In this 5 min tutorial, Kiah teaches:
β
Run integration tests on AWS services like S3, Lambda, SQS, & DynamoDB locally
β
Use Python, pytest, & boto3 to verify your pipeline works
β
Avoid hard-coded resource names using prefix-based lookups
β
Skip AWS bills, test like a pro
07.08.2025 15:21 β π 0 π 0 π¬ 0 π 0
The mock syntax is fully compatible with Step Functions Local.
Peterβs blog post covers:
β
A working example using a stock-trading workflow
β
Clean patterns for Buy vs Sell path testing
β
Mountable mocking files for use in Docker or CI
β
Naming, setup, & env flags tips
06.08.2025 08:20 β π 0 π 0 π¬ 0 π 0
In this new tutorial by Peter Smith:
Β· Run real Step Functions workflows locally with LocalStack
Β· Use mock configuration files to simulate service integrations
Β· Skip expensive or side-effect-heavy states (like Lambda calls or DB writes)
Β· Run deterministic test cases directly in CI pipelines
06.08.2025 08:20 β π 1 π 0 π¬ 1 π 0
The good news?
LocalStack now supports the same mocking features, plus full support for the latest Step Functions features like JSONata, Variables, and Distributed Map.
06.08.2025 08:20 β π 1 π 0 π¬ 1 π 0
LocalStack as a Drop-in Replacement for Step Functions Local
Learn how to use LocalStack as a drop-in replacement for AWS Step Functions Local to test your state machine workflows locally with mocking capabilities, allowing you to avoid undesirable sideβ¦
AWS deprecated Step Functions Local, so LocalStack built a drop-in replacement. πͺπΏ
If youβve used Step Functions Local for testing workflows, mocking services, and avoiding side effectsβ¦ you probably noticed itβs no longer supported by AWS!
blog.localstack.cloud/aws-step-fun...
06.08.2025 08:20 β π 3 π 2 π¬ 1 π 1
Example pattern:
1) Create init.sql with your tables, schemas, and seed data.
2) Pass it into LocalStack when starting Snowflake locally in CI:
LOCALSTACK_INIT_SCRIPTS=/path/to/init.sql localstack start
3) Run your tests against an environment thatβs always clean and predictable.
05.08.2025 08:31 β π 1 π 0 π¬ 0 π 0
That means every CI job (or local run) starts with:
Β· The exact schema you expect: no drift from previous runs
Β· Preloaded data: no need to insert rows in every test
Β· Guaranteed isolation: no chance of corrupting shared or staging data
05.08.2025 08:31 β π 0 π 0 π¬ 1 π 0
A better workflow?
Preload your environment with an init.sql script that sets up your schema and inserts test data before any queries run. π
05.08.2025 08:31 β π 0 π 0 π¬ 1 π 0
Welcome to LocalStack for Snowflake Docs
LocalStack for Snowflake allows you to develop and test your Snowflake data pipelines entirely on your local machine!
LocalStack + Snowflake Tip: Initialize clean local test environments
When you run Snowflake locally with LocalStack (especially in CI), itβs easy to spend more time prepping your environment than running your tests. π€
docs.localstack.cloud/snowflake/
05.08.2025 08:31 β π 2 π 0 π¬ 1 π 0
If youβve:
Β· Built something cool with LocalStack
Β· Solved a pain point that used to slow you down
Β· Figured out a workflow that others could benefit from
β¦we want the LocalStack community to hear about it! π£
04.08.2025 09:50 β π 1 π 0 π¬ 0 π 0
Hereβs the truth: the talks that inspire people most donβt come from us.
They come from YOU. π«ΆπΏ Our customers, contributors, and community members.
Thatβs why we want to feature more of your voices in our upcoming meetups!
04.08.2025 09:50 β π 0 π 0 π¬ 1 π 0
Your story deserves the spotlight.
Every month, the LocalStack Community Meetup brings builders together from around the world. We share workflows, architectures, and lessons that help us all build faster, safer, and smarter.
π www.meetup.com/localstack-c...
04.08.2025 09:50 β π 2 π 0 π¬ 1 π 0
When they realize you're faking the whole cloud with LocalStack π
01.08.2025 13:04 β π 3 π 1 π¬ 0 π 0
Announcing the LocalStack for AWS 4.7 Release
LocalStack 4.7 is now available! This release introduces Valkey engine support for ElastiCache and MemoryDB, a new native Organizations provider for multi-account management, AppSync Events API for re...
LocalStack 4.7 is LIVE πͺ
This release brings βΆοΈ
𧨠Valkey support for ElastiCache & MemoryDB
π New & Native AWS Organizations provider
π³ AppSync Events API Support
π Enhancements across CodeBuild, CodeTrail, EKS
Learn more: blog.localstack.cloud/localstack-f...
#LocalStack #AWS
31.07.2025 12:02 β π 2 π 0 π¬ 0 π 0
Local Development for AI Workflows and Cloud-Native Apps with LocalStack
Join our next meetup for a hands-on look at how LocalStack enables local development and testing for AI-powered and cloud-native applications.β’ Waldemar Humm...
Weβre excited to kick off our meetup, where weβll explore local development and testing for AI-powered and cloud-native applications using LocalStack.
β’ Develop and test your AI-powered cloud apps locally by Waldemar
β’ Fake It Till You Make It: Cloud Edition by Kiah
Join β localstack.cloud/live
29.07.2025 14:00 β π 1 π 0 π¬ 0 π 0
Local Development for AI Workflows and Cloud-Native Apps with LocalStack, Tue, Jul 29, 2025, 4:00 PM | Meetup
Join our next meetup for a hands-on look at how LocalStack enables local development and testing for AI-powered and cloud-native applications. Waldemar Hummer will walk th
π¨ July meetup TOMORROW!
Learn how to build & test AI-powered, cloud-native apps entirely locally with LocalStack.
π§ AI workflows
βοΈ Full AWS stack emulation
πΈ $0 cloud bill
Featuring @whummer.bsky.social & @blkgrlcto.bsky.social. Donβt miss it!
π www.meetup.com/localstack-c...
28.07.2025 15:41 β π 2 π 1 π¬ 0 π 0
It really do be like that sometimes π€·ββοΈπ€·ββοΈ
#LocalStack #AWS #CloudDevelopment #CloudTesting
26.07.2025 13:07 β π 3 π 1 π¬ 0 π 0
π Our LocalStack meetup community has officially crossed 1,000+ members!
From cloud developers to DevOps engineers, from startups to enterprises β thank you to everyone who's made this community thrive.
Don't miss out on the action. Join our community: www.meetup.com/localstack-c...
25.07.2025 16:41 β π 1 π 0 π¬ 1 π 0
Full-stack ephemeral environments on every PR. E2E testing on every code change.
π» Software Developer || β Java Developer Advocate @ JetBrains || https://sivalabs.in || https://youtube.com/sivalabs
Interested in Java, Kotlin, Docker, and Software Architecture.
Create and share social media content anywhere, consistently.
Built with π by a global, remote team.
β¬οΈ Learn more about Buffer & Bluesky
https://buffer.com/bluesky
Snarkmonger. Chief Cloud Economist at The Duckbill Group.
he/him.
Get my opinionated take on AWS news: http://lastweekinaws.com/t/
Signal: 833-AWS-BILL (833-297-2455)
(Former) game designer, father of the year (runner-up), constructivist, questionable taste.
Product/UX specialist and program manager at LocalStack. Ramblings are my own and may contain bad language and typos. You can talk to me about cooking any time.
Technical Product Manager at LocalStack, former Principal Engineer @ AWS Serverless
Cloud Solutions Architect @ Ciena - AWS Community Builder
Serverless, Event-Driven Architecture, AWS, Kubernetes, Rust, Terraform, Security, DevOps, FinOps, AIOps, MLOps, Maker
https://darryl-ruggles.cloud
https://www.linkedin.com/in/darryl-ruggles
I help engineers build better software faster with serverless | AWS Serverless Hero
Newsletter: https://theburningmonk.com/subscribe
dev π₯ @localstack.cloud
Product Design @LocalStack.cloud. Core Team @GitLab.com. 0β1 software design for remote teams. Into #AsyncRemoteWork
β β β
Software Engineer @localstack.cloud
Software Engineer @localstack.cloud
I lead the Developer Relations team at LocalStack. I run the cfe.dev community hosting virtual developer events. AWS Community Builder.
official Bluesky account (check usernameπ)
Bugs, feature requests, feedback: support@bsky.app