github.com/Foodji/aws-lambda-go@v1.20.2/events/testdata/alb-lambda-target-response.json (about)

     1  {
     2    "isBase64Encoded": false,
     3    "statusCode": 200,
     4    "statusDescription": "200 OK",
     5    "headers": {
     6      "Set-cookie": "cookies",
     7      "Content-Type": "application/json"
     8    },
     9    "multiValueHeaders": {
    10      "Set-cookie": ["cookie-name=cookie-value;Domain=myweb.com;Secure;HttpOnly","cookie-name=cookie-value;Expires=May 8, 2019"],
    11      "Content-Type": ["application/json"]
    12    },
    13    "body": "Hello from Lambda"
    14  }