Skip to content

Commit 52e2298

Browse files
committed
wip
1 parent 23d5ebc commit 52e2298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/lambda.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ func (l *LambdaHandler) Invoke(ctx context.Context, payload json.RawMessage) (re
189189
if err = json.Unmarshal(payload, &checker); err != nil {
190190
res, err = l.HandleNonHTTPEvent(ctx, payload, http.DetectContentType(payload))
191191
} else {
192+
println("Integration type: ", checker.IntegrationType())
192193
switch checker.IntegrationType() {
193194
case APIGatewayRESTIntegration:
194195
event := &events.APIGatewayProxyRequest{}

0 commit comments

Comments
 (0)