Skip to content

Commit

Permalink
Minimum working configuration (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaines authored and bmoffatt committed Jul 1, 2019
1 parent af0b813 commit 5149d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/README_ALBTargetGroupEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func handleRequest(ctx context.Context, request events.ALBTargetGroupRequest) (e
fmt.Printf(" %s: %s\n", key, value)
}

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

func main() {
Expand Down

0 comments on commit 5149d77

Please sign in to comment.