LocalStack with Gitlab CI

LocalStack is an open-sourced server application that lets developers emulate Amazon AWS Services on their local development environment. It can be used as part of one’s development environment, but also as a way to support the running of E2E tests, first in the local environment, then in the CI pipeline. LocalStack in the local environment E2E tests are usually run in the local environment first, and in this case all we need to do is simply make LocalStack available for use on localhost....

September 9, 2021 · Joel Tok