Socket
Socket
Sign inDemoInstall

@types/aws-lambda

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/aws-lambda - npm Package Compare versions

Comparing version 8.10.90 to 8.10.91

4

aws-lambda/package.json
{
"name": "@types/aws-lambda",
"version": "8.10.90",
"version": "8.10.91",
"description": "TypeScript definitions for AWS Lambda",

@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda",

"dependencies": {},
"typesPublisherContentHash": "1ebb847df84e78e9f0b3583a85ee7168bda90f9a72a2b585a790362d4efb2b68",
"typesPublisherContentHash": "7e1fe6b15c046fd6d032e345f83cdde280b0919696a66a820aaa45add25226f5",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 18 Jan 2022 18:31:35 GMT
* Last updated: Fri, 21 Jan 2022 17:31:31 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `AWSLambda`

@@ -14,4 +14,13 @@ import { Handler } from '../handler';

// See https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html#aws-lambda-authorization
export type AppSyncAuthorizerHander<TResolverContext = undefined> = Handler<
/**
* @deprecated Use {@link AppSyncAuthorizerHandler}
*/
export type AppSyncAuthorizerHander<TResolverContext = undefined> = AppSyncAuthorizerHandler<TResolverContext>;
/**
* See https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html#aws-lambda-authorization
*
* @param TResolverContext type of the resolverContext object that you can return from the handler
*/
export type AppSyncAuthorizerHandler<TResolverContext = undefined> = Handler<
AppSyncAuthorizerEvent,

@@ -18,0 +27,0 @@ AppSyncAuthorizerResult<TResolverContext>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc