Skip to content

Commit 23d5ebc

Browse files
committed
wip
1 parent 210e968 commit 23d5ebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/lambda.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ func (l *LambdaHandler) Invoke(ctx context.Context, payload json.RawMessage) (re
184184
checker integrationTypeChecker
185185
)
186186

187+
fmt.Printf("Payload: %s\n", payload)
188+
187189
if err = json.Unmarshal(payload, &checker); err != nil {
188190
res, err = l.HandleNonHTTPEvent(ctx, payload, http.DetectContentType(payload))
189191
} else {

0 commit comments

Comments
 (0)