Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Nov 8, 2024
1 parent bcd5478 commit 653269a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/extension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 653269a

Please sign in to comment.