@types/aws-lambda
Advanced tools
Comparing version 8.10.14 to 8.10.15
@@ -25,2 +25,3 @@ // Type definitions for AWS Lambda 8.10 | ||
// Oliver Hookins <https://github.com/ohookins> | ||
// Trevor Leach <https://github.com/trevor-leach> | ||
// James Gregory <https://github.com/jagregory> | ||
@@ -63,2 +64,3 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
headers: { [name: string]: string }; | ||
multiValueHeaders: { [name: string]: string[] }; | ||
httpMethod: string; | ||
@@ -69,2 +71,3 @@ isBase64Encoded: boolean; | ||
queryStringParameters: { [name: string]: string } | null; | ||
multiValueQueryStringParameters: { [name: string]: string[] } | null; | ||
stageVariables: { [name: string]: string } | null; | ||
@@ -82,4 +85,6 @@ requestContext: APIGatewayEventRequestContext; | ||
headers?: { [name: string]: string }; | ||
multiValueHeaders?: { [name: string]: string[] }; | ||
pathParameters?: { [name: string]: string } | null; | ||
queryStringParameters?: { [name: string]: string } | null; | ||
multiValueQueryStringParameters?: { [name: string]: string[] } | null; | ||
requestContext?: APIGatewayEventRequestContext; | ||
@@ -449,2 +454,5 @@ } | ||
}; | ||
multiValueHeaders?: { | ||
[header: string]: Array<boolean | number | string>; | ||
}; | ||
body: string; | ||
@@ -451,0 +459,0 @@ isBase64Encoded?: boolean; |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.14", | ||
"version": "8.10.15", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -116,2 +116,7 @@ "license": "MIT", | ||
{ | ||
"name": "Trevor Leach", | ||
"url": "https://github.com/trevor-leach", | ||
"githubUsername": "trevor-leach" | ||
}, | ||
{ | ||
"name": "James Gregory", | ||
@@ -130,4 +135,4 @@ "url": "https://github.com/jagregory", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dc72b76154d77fba9165590a5e35fa94c563a9534542460d3386ad140bc3aecb", | ||
"typesPublisherContentHash": "780d950a24eca31d15a08f0f3399ea003dd22700609cf42d149cdefc27fc4c94", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 24 Oct 2018 18:18:09 GMT | ||
* Last updated: Wed, 31 Oct 2018 01:40:00 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>, Michael Marner <https://github.com/MichaelMarner>, Daniel Cottone <https://github.com/daniel-cottone>, Kostya Misura <https://github.com/kostya-misura>, Markus Tacker <https://github.com/coderbyheart>, Palmi Valgeirsson <https://github.com/palmithor>, Danilo Raisi <https://github.com/daniloraisi>, Simon Buchan <https://github.com/simonbuchan>, David Hayden <https://github.com/Haydabase>, Chris Redekop <https://github.com/repl-chris>, Aneil Mallavarapu <https://github.com/aneilbaboo>, Jeremy Nagel <https://github.com/jeznag>, Louis Larry <https://github.com/louislarry>, Daniel Papukchiev <https://github.com/dpapukchiev>, Oliver Hookins <https://github.com/ohookins>, James Gregory <https://github.com/jagregory>. | ||
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>, Michael Marner <https://github.com/MichaelMarner>, Daniel Cottone <https://github.com/daniel-cottone>, Kostya Misura <https://github.com/kostya-misura>, Markus Tacker <https://github.com/coderbyheart>, Palmi Valgeirsson <https://github.com/palmithor>, Danilo Raisi <https://github.com/daniloraisi>, Simon Buchan <https://github.com/simonbuchan>, David Hayden <https://github.com/Haydabase>, Chris Redekop <https://github.com/repl-chris>, Aneil Mallavarapu <https://github.com/aneilbaboo>, Jeremy Nagel <https://github.com/jeznag>, Louis Larry <https://github.com/louislarry>, Daniel Papukchiev <https://github.com/dpapukchiev>, Oliver Hookins <https://github.com/ohookins>, Trevor Leach <https://github.com/trevor-leach>, James Gregory <https://github.com/jagregory>. |
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
33951
754