File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type ALBTargetGroupRequest struct {
10
10
MultiValueHeaders map [string ][]string `json:"multiValueHeaders,omitempty"`
11
11
RequestContext ALBTargetGroupRequestContext `json:"requestContext"`
12
12
IsBase64Encoded bool `json:"isBase64Encoded"`
13
- Body string `json:"body"`
13
+ Body string `json:"body,omitempty "`
14
14
}
15
15
16
16
// ALBTargetGroupRequestContext contains the information to identify the load balancer invoking the lambda
Original file line number Diff line number Diff line change 21
21
"x-imforwards" : " 20" ,
22
22
"x-myheader" : " 123"
23
23
},
24
- "body" : " " ,
25
24
"isBase64Encoded" : false
26
- }
25
+ }
Original file line number Diff line number Diff line change 43
43
" 123"
44
44
]
45
45
},
46
- "body" : " " ,
46
+ "body" : " Some text " ,
47
47
"isBase64Encoded" : false
48
- }
48
+ }
You can’t perform that action at this time.
0 commit comments