Documentation
¶
Overview ¶
Package stdtestcontainer provides re-usable code for using testcontainer-go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CreateGenericContainer sets the function used for creating the generic container, can be replaced for testing. CreateGenericContainer = testcontainers.GenericContainer // CleanupContainer sets the function used for cleaning up the container, can be replaced for testing. CleanupContainer = testcontainers.CleanupContainer )
Functions ¶
func SetupLambdaRIEContainer ¶
func SetupLambdaRIEContainer( t *testing.T, ctx context.Context, imageName string, entrypoint []string, platform string, env map[string]string, hostRieFilePath string, hostAWSCredentialsFilePath string, ) *requests.Builder
SetupLambdaRIEContainer will use testcontainers-go to setup a container for e2e testing of a lambda handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.