Skip to content

Commit 19abe3c

Browse files
committed
update alb response struct per aws#408 intent
1 parent 3985733 commit 19abe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/alb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ type ALBTargetGroupResponse struct {
2929
StatusDescription string `json:"statusDescription"`
3030
Headers map[string]string `json:"headers"`
3131
MultiValueHeaders map[string][]string `json:"multiValueHeaders"`
32-
Body string `json:"body"`
32+
Body string `json:"body,omitempty"`
3333
IsBase64Encoded bool `json:"isBase64Encoded"`
3434
}

0 commit comments

Comments
 (0)