2 min read
Pulumi is a powerful infrastructure as code tool that allows developers to deploy and manage cloud resources using familiar programming languages. However, when it comes to using Pulumi with LocalStack, there are some changes that need to be made to make Pulumi be able to reach LocalStack.
25/04/2023
Read more...3 min read
If we try to run localstack using colima we might face the following error:
$ localstack status services
✖ ERROR: could not connect to LocalStack health endpoint at http://localhost:4566
20/02/2023
Read more...