aws_lambda_events 1.1.3

AWS Lambda event definitions
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "statusCode": 200,
  "headers": {
    "content-type": "application/json",
    "x-request-id": "req-123456789",
    "cache-control": "no-cache"
  },
  "body": "{\"orderId\": \"order-789\", \"status\": \"created\", \"message\": \"Order successfully created\"}",
  "isBase64Encoded": false
}