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 23e765a commit f819ff5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/extension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,11 @@ func (em *ExtensionManager) SendEndInvocationRequest(ctx context.Context, functi
fmt.Printf("[DEBUG lambda]: contextKey%s\n", contextKey)
}
}
fmt.Printf("[DEBUG lambda] extension.go context: ")
fmt.Printf("[DEBUG lambda] extension.go context: \n")
printContextInternals(ctx, false)

fmt.Printf("[DEBUG lambda] full extension.go context: %+v\n", ctx)

resp, err := em.httpClient.Do(req)
if err != nil || resp.StatusCode != 200 {
logger.Error(fmt.Errorf("could not send end invocation payload to the extension: %v", err))
Expand Down

0 comments on commit f819ff5

Please sign in to comment.