From 249a88a8fdec7c777d590420e4cd2f0f300b8982 Mon Sep 17 00:00:00 2001
From: Johan de Klerk <jdeklerk00@gmail.com>
Date: Wed, 2 Mar 2022 11:17:36 +0200
Subject: [PATCH] Removed warm-containers flag

---
 mage_helpers/debug.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mage_helpers/debug.go b/mage_helpers/debug.go
index e8a40e8..da328e2 100644
--- a/mage_helpers/debug.go
+++ b/mage_helpers/debug.go
@@ -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,
-- 
GitLab