@fastify/aws-lambda
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -19,3 +19,3 @@ 'use strict' | ||
options.retainStage = options.retainStage !== undefined ? options.retainStage : false | ||
options.proxiedPathParameterAsPath = options.proxiedPathParameterAsPath !== undefined ? options.proxiedPathParameterAsPath : false | ||
options.pathParameterUsedAsPath = options.pathParameterUsedAsPath !== undefined ? options.pathParameterUsedAsPath : false | ||
let currentAwsArguments = {} | ||
@@ -22,0 +22,0 @@ if (options.decorateRequest) { |
@@ -29,3 +29,3 @@ { | ||
"license": "MIT", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"main": "index.js", | ||
@@ -32,0 +32,0 @@ "type": "commonjs", |
@@ -15,2 +15,6 @@ import { Context } from "aws-lambda"; | ||
retainStage?: boolean; | ||
/** | ||
* usually set to 'proxy', if used | ||
*/ | ||
pathParameterUsedAsPath?: string; | ||
} | ||
@@ -17,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23361
273