LocalStack's Avatar

LocalStack

@localstack.cloud.bsky.social

LocalStack is the leading cloud development platform to enable you to develop and test your cloud & serverless applications locally.

183 Followers  |  19 Following  |  243 Posts  |  Joined: 05.11.2024  |  2.014

Latest posts by localstack.cloud on Bluesky

Video thumbnail

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
Preview
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
Test Your Cloud Workflows Locally Like a Boss
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
Preview
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
Preview
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
Post image

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
Preview
Testing Your AWS Serverless App Locally Like a Boss (or at Least Like Someone Who Writes Tests πŸ˜…) Writing tests for serverless apps often feels like herding cats in the cloud. In this tutorial, learn how to run real integration tests on your AWS stack, including S3, Lambda, SQS, and DynamoDB,…

Testing your AWS serverless app locally?

Stop crossing your fingers and start writing tests like a boss!

Because β€œit worked on my machine” won’t save you when your coworker β€œoptimizes” a Lambda with mysterious regex from ChatGPT. πŸ˜…

πŸ”— blog.localstack.cloud/testing-your...

07.08.2025 15:21 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 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
Preview
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
Preview
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
Post image

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
Post image

When they realize you're faking the whole cloud with LocalStack 😏

01.08.2025 13:04 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
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
Preview
Announcing the LocalStack for Snowflake 1.1 Release LocalStack for Snowflake 1.1 is now available! This release introduces a new way to start the Snowflake emulator via CLI, Snowflake REST APIs, Compute Pools, Security Integrations, JavaScript Stored…

Just dropped: LocalStack for Snowflake 1.1 ❄️

β€’ REST API support
β€’ Compute Pools
β€’ JavaScript Stored Procs
β€’ Change Tracking
β€’ +30 new SQL functions

More Snowflake parity. Zero cloud spend.

πŸ”— Dive in: blog.localstack.cloud/localstack-f...

30.07.2025 13:28 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
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
Preview
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
Video thumbnail

It really do be like that sometimes πŸ€·β€β™€οΈπŸ€·β€β™‚οΈ

#LocalStack #AWS #CloudDevelopment #CloudTesting

26.07.2025 13:07 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

πŸš€ 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
Preview
Why I Run My AWS Serverless Apps Locally First (and You Probably Should Too) Tired of waiting on CloudFormation, racking up bills, and debugging invisible resources? Learn how to run a real serverless app (S3, Lambda, SQS, and DynamoDB) entirely on your laptop using LocalStack...

Tired of waiting on CloudFormation, racking up bills, and debugging invisible resources?

Learn how to run a real serverless app entirely on your laptop using LocalStack, with step-by-step commands and explanations.

Check out this guide by Kiah to get started: blog.localstack.cloud/why-i-run-my...

24.07.2025 18:19 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@localstack.cloud is following 19 prominent accounts