How to Solve LocalStack Always Connecting To LocalHost

I am using LocalStack to emulate AWS services in my local machine. I believe you already know what LocalStack is. And that’s why you are reading this post. Still let me share a one-liner on how LocalStack works. It will help us understand the problem.LocalStack runs a single docker container & the application running inside … Read more

Connecting to LocalStack From Local Docker App Container

For doing dev testing of my application, I use LocalStack. It is really helpful in creating AWS cloud stack locally. That cuts cost for local development & testing. Also it is easier for developers to remove any DevOps dependency for credentials & IAM accounts while developing. Once LocalStack is successfully installed, we can access AWS … Read more