Skip to content

Commit

Permalink
add documentation for REQUEST interface detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Dec 22, 2018
1 parent 60ca34a commit 454005d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ The `REQUEST` object contains a parsed and normalized request from API Gateway.
- `app`: A reference to an instance of the app
- `version`: The version set at initialization
- `id`: The awsRequestId from the Lambda `context`
- `interface`: The interface being used to access Lambda (either `apigateway` or `alb`)
- `params`: Dynamic path parameters parsed from the path (see [path parameters](#path-parameters))
- `method`: The HTTP method of the request
- `path`: The path passed in by the request including the `base` and any `prefix` assigned to routes
Expand Down

0 comments on commit 454005d

Please sign in to comment.