File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type ALBTargetGroupRequest struct {
1010 MultiValueHeaders map [string ][]string `json:"multiValueHeaders,omitempty"`
1111 RequestContext ALBTargetGroupRequestContext `json:"requestContext"`
1212 IsBase64Encoded bool `json:"isBase64Encoded"`
13- Body string `json:"body"`
13+ Body string `json:"body,omitempty "`
1414}
1515
1616// ALBTargetGroupRequestContext contains the information to identify the load balancer invoking the lambda
Original file line number Diff line number Diff line change 2121 "x-imforwards" : " 20" ,
2222 "x-myheader" : " 123"
2323 },
24- "body" : " " ,
2524 "isBase64Encoded" : false
26- }
25+ }
Original file line number Diff line number Diff line change 4343 " 123"
4444 ]
4545 },
46- "body" : " " ,
46+ "body" : " Some text " ,
4747 "isBase64Encoded" : false
48- }
48+ }
You can’t perform that action at this time.
0 commit comments