# Functions
Deprecated: use testcontainers.CustomizeRequest instead OverrideContainerRequest returns a function that can be used to merge the passed container request with one that is created by the LocalStack container.
Run creates an instance of the LocalStack container type - overrideReq: a function that can be used to override the default container request, usually used to set the image version, environment variables for localstack, etc.
Deprecated: use Run instead RunContainer creates an instance of the LocalStack container type.
Deprecated: use RunContainer instead StartContainer creates an instance of the LocalStack container type, being possible to pass a custom request and options: - overrideReq: a function that can be used to override the default container request, usually used to set the image version, environment variables for localstack, etc.
WithNetwork creates a network with the given name and attaches the container to it, setting the network alias on that network to the given alias.
# Variables
Deprecated: use testcontainers.ContainerCustomizer instead NoopOverrideContainerRequest returns a helper function that does not override the container request.
# Structs
LocalStackContainer represents the LocalStack container type used in the module.
LocalStackContainerRequest represents the LocalStack container request type used in the module to configure the container.
# Type aliases
Deprecated: use testcontainers.ContainerCustomizer instead OverrideContainerRequestOption is a type that can be used to configure the Testcontainers container request.