<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Localstack on Devops Monk</title><link>https://blog.devops-monk.com/tags/localstack/</link><description>Recent content in Localstack on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 23 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.devops-monk.com/tags/localstack/index.xml" rel="self" type="application/rss+xml"/><item><title>LocalStack — Testing AWS Services (S3, SQS, SNS) with Testcontainers</title><link>https://blog.devops-monk.com/tutorials/testcontainers/localstack-aws-testing/</link><pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate><guid>https://blog.devops-monk.com/tutorials/testcontainers/localstack-aws-testing/</guid><description>Testing AWS integrations against real AWS services requires IAM credentials, costs money per test run, and creates real side effects (files in S3, messages in SQS). LocalStack runs a local AWS cloud emulator in Docker — the same API, the same response format, but running locally with no AWS account required. This article covers testing S3, SQS, and SNS integrations with LocalStackContainer.
What You&amp;rsquo;ll Learn LocalStackContainer setup and @ServiceConnection Creating S3 buckets and testing file upload/download Testing SQS message producers and @SqsListener consumers Testing SNS to SQS subscriptions Creating AWS resources before tests with the AWS SDK Testing DynamoDB operations Dependencies &amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;io.</description></item></channel></rss>