Skip to content

Commit 5149d77

Browse files
blainesbmoffatt
authored andcommitted
Minimum working configuration (#207)
1 parent af0b813 commit 5149d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/README_ALBTargetGroupEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func handleRequest(ctx context.Context, request events.ALBTargetGroupRequest) (e
2929
fmt.Printf(" %s: %s\n", key, value)
3030
}
3131

32-
return events.ALBTargetGroupResponse{Body: request.Body, StatusCode: 200, StatusDescription: "200 OK", IsBase64Encoded: false}, nil
32+
return events.ALBTargetGroupResponse{Body: request.Body, StatusCode: 200, StatusDescription: "200 OK", IsBase64Encoded: false, Headers: map[string]string{}}}, nil
3333
}
3434

3535
func main() {

0 commit comments

Comments
 (0)