# Functions
SetupLambdaRIEContainer will use testcontainers-go to setup a container for e2e testing of a lambda handler.
# Variables
CleanupContainer sets the function used for cleaning up the container, can be replaced for testing.
CreateGenericContainer sets the function used for creating the generic container, can be replaced for testing.