From 653269a4811a087b79adcdb852b1029c677a91c1 Mon Sep 17 00:00:00 2001 From: Nicholas Hulston Date: Fri, 8 Nov 2024 11:10:10 -0500 Subject: [PATCH] test changes --- internal/extension/extension.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/extension/extension.go b/internal/extension/extension.go index 984c2bf..18746c9 100644 --- a/internal/extension/extension.go +++ b/internal/extension/extension.go @@ -148,6 +148,7 @@ func (em *ExtensionManager) SendEndInvocationRequest(ctx context.Context, functi content = []byte("{}") } body := bytes.NewBuffer(content) + fmt.Printf("[DEBUG lambda] extension.go Sending end request with body: %s\n", string(content)) req, _ := http.NewRequest(http.MethodPost, em.endInvocationUrl, body) // Mark the invocation as an error if any