# Functions
CreateLocalStackContainer starts a local stack container with SNS and SQS services, and returns its instance.
CreatePostgresContainer starts a postgres container and returns its instance.
# Structs
LocalStackContainer contains a docker instance of local stack and the aws configuration where is exposed.
PostgresContainer contains a docker instance of postgres and the url where is exposed.