claudia-api-builder
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "claudia-api-builder", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Simplify AWS ApiGateway handling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -245,4 +245,4 @@ const util = require('util'), | ||
return { | ||
path: request.path, | ||
method: request.httpMethod | ||
path: request.requestContext.resourcePath, | ||
method: request.requestContext.httpMethod | ||
}; | ||
@@ -249,0 +249,0 @@ } else { |
30502