We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cee55 commit dc34b5aCopy full SHA for dc34b5a
modules/localstack/examples_test.go
@@ -138,10 +138,8 @@ func ExampleRunContainer_UsingLambdas() {
138
testcontainers.CustomizeRequest(testcontainers.GenericContainerRequest{
139
ContainerRequest: testcontainers.ContainerRequest{
140
Env: map[string]string{
141
- "SERVICES": "lambda",
142
- "LAMBDA_EXECUTOR": "docker",
143
- "PROVIDER_OVERRIDE_LAMBDA": "asf",
144
- "LAMBDA_DOCKER_FLAGS": flagsFn(),
+ "SERVICES": "lambda",
+ "LAMBDA_DOCKER_FLAGS": flagsFn(),
145
},
146
Files: []testcontainers.ContainerFile{
147
{
0 commit comments