LocalStack

LocalStack

Follow
homeAppDocsnewslettermembers
Tag

AWS

#aws

More content

Read more stories on Hashnode


Articles with this tag

LocalStack Interacting with Client Code

Anca GAnca G
Sep 11, 20232 min read

Using Docker for local development offers several advantages: isolation, consistency, reproducibility, efficiency, portability, easy cleanup, and...

LocalStack Interacting with Client Code

Github Actions & End-to-End Testing with Testcontainers & LocalStack

Anca GAnca G
Sep 8, 20233 min read

If you’re a developer dealing with multiple systems, you already know there’s no way around end-to-end testing. You need to make sure that all your...

Github Actions & End-to-End Testing with Testcontainers & LocalStack

GitHub Actions & Infrastructure Testing with LocalStack

Anca GAnca G
Sep 4, 20233 min read

Suppose you’re working on a client application that interacts with some AWS backend services. You want to ensure that your backend is in place while...

GitHub Actions & Infrastructure Testing with LocalStack

Language SDKs to Use with LocalStack

Anca GAnca G
Sep 1, 20233 min read

Is your application interacting with Amazon Web Services? No worries! AWS provides client libraries and SDKs for a wide range of programming...

Language SDKs to Use with LocalStack

LocalStack Cloud Pods

Anca GAnca G
Aug 30, 20233 min read

Cloud Pods - sounds fancy, right? Well, they certainly are an elegant solution - they're all about a dynamic and efficient approach to managing state...

LocalStack Cloud Pods

Cloud Integration Testing Made Easy: LocalStack + Testcontainers

Anca GAnca G
Jun 14, 202310 min read

Introduction LocalStack offers a compelling solution for streamlining the development and testing of your AWS-based applications. In a previous post,...

Cloud Integration Testing Made Easy: LocalStack + Testcontainers