Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 0.0.24 to 0.0.25

31

aws-lambda/index.d.ts

@@ -297,2 +297,33 @@ // Type definitions for AWS Lambda

/**
* See http://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-cloudwatch-logs
*/
interface CloudWatchLogsEvent {
awslogs: CloudWatchLogsEventData;
}
interface CloudWatchLogsEventData {
data: string;
}
interface CloudWatchLogsDecodedData {
owner: string;
logGroup: string;
logStream: string;
subscriptionFilters: string[];
messageType: string;
logEvents: CloudWatchLogsLogEvent[];
}
/**
* See http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/SubscriptionFilters.html#LambdaFunctionExample
*/
interface CloudWatchLogsLogEvent {
id: string;
timestamp: number;
message: string;
}
// Context

@@ -299,0 +330,0 @@ // http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html

4

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

@@ -73,4 +73,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "44be5101c00a1ed67d4d91d7baedba62c279ae7d495eddfad22ba6c1a28c6cd2",
"typesPublisherContentHash": "2c798e2690f7ba333e3cd3084de4a83c67ed9072849bc87fc82023fdeab50017",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Wed, 13 Dec 2017 23:02:41 GMT
* Last updated: Tue, 02 Jan 2018 23:54:45 GMT
* Dependencies: none

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

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