aws_lambda_events 1.1.3

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