Skip to content
Snippets Groups Projects
Commit 249a88a8 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Removed warm-containers flag

parent 8fdea814
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,6 @@ func SamStartApi(ctx context.Context, handler string, profile string, debug bool
commandArgs = append(commandArgs, `--debug-port=5986`,
fmt.Sprintf(`--debugger-path=%s`, delveDir),
`--debug-args=-delveAPI=2`)
} else {
commandArgs = append(commandArgs, `--warm-containers`, `EAGER`)
}
commandArgs = append(commandArgs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment