Browse by Category

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.

Running LocalStack in Jenkins for end-to-end AWS integration tests
TUTORIAL

Running LocalStack in Jenkins for end-to-end AWS integration tests

Learn how to wire LocalStack into a Jenkins pipeline to run AWS integration tests for a serverless application, covering plugins, credentials, agent tooling, networking, and a full Jenkinsfile you can drop into your repository.

The 7 steps between 'kubectl apply' and a running a pod
SHOWCASE

The 7 steps between 'kubectl apply' and a running a pod

You've run kubectl apply a thousand times. But what actually happens? This post breaks down the full Kubernetes deployment lifecycle, every component, every handoff, and shows you how to watch it happen live with LocalStack.

Launch yourself in the world of local cloud development