# Functions
NewLocalstack creates a new Localstack docker container based on the latest version.
NewLocalstackService returns a new pointer to an instance of LocalstackService given the name of the service provided.
NewSpecificLocalstack creates a new Localstack docker container based on the given name, repository, and tag given.
# Constants
Localstack_Repository is the Localstack Docker repository.
Localstack_Tag is the last tested version of the Localstack Docker repository.
# Structs
Localstack is a structure used to control the lifecycle of the Localstack Docker container.
LocalstackService defines a particular AWS service requested for a Localstack instances.
# Interfaces
DockerWrapper is used to abstract docker to make testing easier.
# Type aliases
LocalstackServiceCollection represents a collection of LocalstackService objects.