@types/aws-lambda
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -486,5 +486,5 @@ // Type definitions for AWS Lambda | ||
*/ | ||
export type Handler = (event: any, context: Context, callback?: Callback) => void; | ||
export type ProxyHandler = (event: APIGatewayEvent, context: Context, callback?: ProxyCallback) => void; | ||
export type CustomAuthorizerHandler = (event: CustomAuthorizerEvent, context: Context, callback?: CustomAuthorizerCallback) => void; | ||
export type Handler = (event: any, context: Context, callback?: Callback) => Promise<void> | void; | ||
export type ProxyHandler = (event: APIGatewayEvent, context: Context, callback?: ProxyCallback) => Promise<void> | void; | ||
export type CustomAuthorizerHandler = (event: CustomAuthorizerEvent, context: Context, callback?: CustomAuthorizerCallback) => Promise<void> | void; | ||
@@ -491,0 +491,0 @@ /** |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -73,4 +73,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2c798e2690f7ba333e3cd3084de4a83c67ed9072849bc87fc82023fdeab50017", | ||
"typesPublisherContentHash": "f76ab1099a888f510470faa4e0aa10a48d9a02ab7f2f244cb43a4f6713b1776a", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 02 Jan 2018 23:54:45 GMT | ||
* Last updated: Thu, 04 Jan 2018 23:26:00 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: AWSLambda |
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
19540