Yash Bansalyashbansal651.hashnode.dev·Oct 30, 2023Webinar: Testing AWS applications locally and on CI with LocalStack [Experience (XP) Series]In the vast expanse of cloud computing, Amazon Web Services (AWS) is a towering presence, shaping the digital landscapes of countless applications. However, as developers and testers navigate the complexities of AWS application development, a critica...Discusslocalstack
Eduardo Guedesguedes.hashnode.dev·Oct 18, 2023Integration Test in Golang: Testcontainer and LocalstackAs a softaware developer, one of the crucial tasks you'll encounter is implementing and testing a repository layer that interacts with databases. In this blog post, we'll explore how to create integration tests for a DynamoDB repository using LocalSt...Discuss·184 readsgolang
Raul NaupariProblog.raulnq.com·Oct 7, 2023Using Terraform with LocalStackIn our previous article, Running AWS Lambda Functions Locally Using LocalStack, we saw how simple it was to interact with AWS SAM and AWS CLI. However, we are not limited to those tools; several integrations are available, and Terraform is among the ...Discusslocalstack
Raul NaupariProblog.raulnq.com·Sep 26, 2023AWS Lambda and .NET: How to Structure Your Solution?As beginners writing Lambda functions using .NET, we often face questions about solution structure and the choice of libraries or tools. In this article, we address these concerns and present two solutions for the same problem - one following clean a...Discuss·183 readsAWS Lambdaaws lambda
Raul NaupariProblog.raulnq.com·Sep 18, 2023Send Amazon CloudWatch Alarms to SlackThe following article provides a practical example of Running AWS Lambda Functions Locally Using LocalStack. The purpose of this AWS Lambda function is to forward AWS CloudWatch alarms to Slack by utilizing an SNS topic as an intermediary. Please ens...Discuss·49 readsAWS Lambdanuke
Devansh Bhardwajdevanshbhardwaj.hashnode.dev·Sep 13, 2023Testing Unleashed: A Deep Dive into LocalStack Integration with LambdaTestTesting is more crucial than ever in today’s fast-paced and competitive software landscape. Delivering flawless user experiences across diverse platforms has become the gold standard for success. That’s where the partnership between LocalStack and La...Discusslocalstack
Anca GforLocalStackhashnode.localstack.cloud·Sep 13, 2023Mounting the Docker SocketAlright, let's get real for a moment. This one's a PSA, folks. We're diving into that elusive puzzle piece you might have missed in your docker-compose files. You know the one that's been quietly driving you nuts? Yeah, we've been there too. And hey,...Discuss·167 readsStack BytesDocker
Anca GforLocalStackhashnode.localstack.cloud·Sep 11, 2023LocalStack Interacting with Client CodeUsing Docker for local development offers several advantages: isolation, consistency, reproducibility, efficiency, portability, easy cleanup, and security. You get the gist. These are also the great advantages of LocalStack shipping as a Docker image...Discuss·45 readsStack Byteslocalstack
Anca GforLocalStackhashnode.localstack.cloud·Sep 8, 2023Github Actions & End-to-End Testing with Testcontainers & LocalStackIf 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 pieces fit together constantly. And if you’re a business releasing new software features often, you ne...Discuss·193 readsStack Byteslocalstack
Anca GforLocalStackhashnode.localstack.cloud·Sep 6, 2023LocalStack Stack InsightsAh, the world of CLI commands, where everyone aspires to be the commander of codes. It's a journey through syntax and semantics, packed with digital dexterity. Faster than the weekends going by and easier than reciting the alphabet backward, CLI hold...Discuss·50 readsStack Byteslocalstack