Skip to content

Localstack testing setup

Related tasks

Context

In order to test how we create EC2 machines, we decided to introduce LocalStack to our app. LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. It has support for AWS, including EC2.

Change

  • Change how EC2 tests work to make them use LocalStack.
  • Make localstack work on GitLab.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports