@types/aws-lambda
Advanced tools
Comparing version 0.0.16 to 0.0.17
// Type definitions for AWS Lambda | ||
// Project: http://docs.aws.amazon.com/lambda | ||
// Definitions by: James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3> | ||
// Definitions by: James Darbyshire <https://github.com/darbio/aws-lambda-typescript> | ||
// Michael Skarum <https://github.com/skarum> | ||
// Stef Heyenrath <https://github.com/StefH/DefinitelyTyped> | ||
// Toby Hede <https://github.com/tobyhede> | ||
// Rich Buggy <https://github.com/buggy> | ||
// Yoriki Yamaguchi <https://github.com/y13i> | ||
// wwwy3y3 <https://github.com/wwwy3y3> | ||
// Ishaan Malhi <https://github.com/OrthoDex> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -350,6 +357,6 @@ | ||
*/ | ||
export type Callback = (error?: Error, result?: any) => void; | ||
export type ProxyCallback = (error?: Error, result?: ProxyResult) => void; | ||
export type CustomAuthorizerCallback = (error?: Error, result?: AuthResponse) => void; | ||
export type Callback = (error?: Error | null, result?: object) => void; | ||
export type ProxyCallback = (error?: Error | null, result?: ProxyResult) => void; | ||
export type CustomAuthorizerCallback = (error?: Error | null, result?: AuthResponse) => void; | ||
export as namespace AWSLambda; |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -13,3 +13,4 @@ "license": "MIT", | ||
"name": "Michael Skarum", | ||
"url": "https://github.com/skarum" | ||
"url": "https://github.com/skarum", | ||
"githubUsername": "skarum" | ||
}, | ||
@@ -22,15 +23,24 @@ { | ||
"name": "Toby Hede", | ||
"url": "https://github.com/tobyhede" | ||
"url": "https://github.com/tobyhede", | ||
"githubUsername": "tobyhede" | ||
}, | ||
{ | ||
"name": "Rich Buggy", | ||
"url": "https://github.com/buggy" | ||
"url": "https://github.com/buggy", | ||
"githubUsername": "buggy" | ||
}, | ||
{ | ||
"name": "Yoriki Yamaguchi", | ||
"url": "https://github.com/y13i" | ||
"url": "https://github.com/y13i", | ||
"githubUsername": "y13i" | ||
}, | ||
{ | ||
"name": "wwwy3y3", | ||
"url": "https://github.com/wwwy3y3" | ||
"url": "https://github.com/wwwy3y3", | ||
"githubUsername": "wwwy3y3" | ||
}, | ||
{ | ||
"name": "Ishaan Malhi", | ||
"url": "https://github.com/OrthoDex", | ||
"githubUsername": "OrthoDex" | ||
} | ||
@@ -45,5 +55,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bd96c51bf7b6093484826cacc6af02a69d1ecd87ee41dea4ed07839c40f58da5", | ||
"typesPublisherContentHash": "5b59d63782658c76e819a3caf70aad6b10891203671ac9c0dcd3ea06b9189913", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 01 Aug 2017 14:04:54 GMT | ||
* Last updated: Mon, 09 Oct 2017 21:51:28 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: AWSLambda | ||
# Credits | ||
These definitions were written by James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>. | ||
These definitions were written by James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>, Ishaan Malhi <https://github.com/OrthoDex>. |
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
15413
328