@types/aws-lambda
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -12,2 +12,3 @@ // Type definitions for AWS Lambda | ||
// Daniel Cottone <https://github.com/daniel-cottone> | ||
// Kostya Misura <https://github.com/kostya-misura> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -368,3 +369,3 @@ // TypeScript Version: 2.2 | ||
*/ | ||
export type Callback = (error?: Error | null, result?: object) => void; | ||
export type Callback = (error?: Error | null, result?: object | boolean | number | string) => void; | ||
export type ProxyCallback = (error?: Error | null, result?: ProxyResult) => void; | ||
@@ -371,0 +372,0 @@ export type CustomAuthorizerCallback = (error?: Error | null, result?: AuthResponse) => void; |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -49,2 +49,7 @@ "license": "MIT", | ||
"githubUsername": "daniel-cottone" | ||
}, | ||
{ | ||
"name": "Kostya Misura", | ||
"url": "https://github.com/kostya-misura", | ||
"githubUsername": "kostya-misura" | ||
} | ||
@@ -59,4 +64,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4d2ac4bfe914699028bd4867b9c03b02eb1bb819466f2ccc4be51035bacf9d10", | ||
"typesPublisherContentHash": "6b5c5bef4eec0009d89285e8a1c542fc882fa54be98b93913c2055d549f97941", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 13 Nov 2017 01:14:57 GMT | ||
* Last updated: Sun, 03 Dec 2017 16:26:41 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>, Ishaan Malhi <https://github.com/OrthoDex>, Daniel Cottone <https://github.com/daniel-cottone>. | ||
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>, Daniel Cottone <https://github.com/daniel-cottone>, Kostya Misura <https://github.com/kostya-misura>. |
Sorry, the diff of this file is not supported yet
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
338
15940