Browse by Category

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.

Hello Agent, Meet LocalStack
NEWS

Hello Agent, Meet LocalStack

We launched a dedicated entry point that lets your AI agent discover, install, and start using LocalStack without you having to explain anything. Here's what's in it and why we built it.

Build and Test AWS Lambda Extensions Locally with LocalStack
TUTORIAL

Build and Test AWS Lambda Extensions Locally with LocalStack

Learn how to build a custom AWS Lambda extension using the Extensions API. This tutorial walks through creating an audit-log extension that tracks every invocation and writes a report to S3, deployed and tested locally on LocalStack.

Catch AWS Cost Issues Before They Ever Hit Your Pipeline
TUTORIAL

Catch AWS Cost Issues Before They Ever Hit Your Pipeline

How to shift cost policy left into your local development workflow using CloudBurn and LocalStack, with a pre-commit hook that tells you whether your IaC changes made things better or worse before you commit.

Launch yourself in the world of local cloud development