Browse by Category

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.

What AWS Summit NYC 2026 Told Us About Agentic AI
NEWS

What AWS Summit NYC 2026 Told Us About Agentic AI

One theme kept coming up in nearly every one of the hundreds of conversations we had at AWS Summit NYC: AI agents are already writing infrastructure code, and engineering teams are still figuring out how to test it safely.

Run AWS Glue ETL Jobs with Snowflake Locally Using LocalStack
TUTORIAL

Run AWS Glue ETL Jobs with Snowflake Locally Using LocalStack

Learn how to run Glue ETL jobs that connect to Snowflake entirely on your local machine using LocalStack. You'll set up the infrastructure with Terraform, write a PySpark Glue job that reads from a local Snowflake emulator via JDBC, and verify it all through CloudWatch Logs.

Running CDK Integration Tests Locally with LocalStack
TUTORIAL

Running CDK Integration Tests Locally with LocalStack

Learn how to run the official AWS CDK integration testing framework (integ-runner and integ-tests-alpha) against LocalStack for AWS, using a friend request microservice built using AWS services with Lambda, API Gateway, DynamoDB, and SQS.

Launch yourself in the world of local cloud development