1.3.2 • Published 5 years ago

@iopipe/event-info v1.3.2

Weekly downloads
77
License
Apache-2.0
Repository
github
Last release
5 years ago

IOpipe JS Event Info Plugin

styled with prettier semantic-release

Records Lambda event information for observability, search, and alerting within IOpipe.

This plugin currently supports these event types:

  • Alexa Skill Kit
  • API Gateway
  • CloudFront
  • Kinesis
  • Kinesis Firehose
  • S3
  • Scheduled Events
  • SNS
  • SES
  • SQS

Installation

Note: This plugin is automatically included in the recommended package @iopipe/iopipe. No direct install necessary.

With yarn (recommended) in project directory:

yarn add @iopipe/event-info

With npm in project directory:

npm install @iopipe/event-info

Usage

const iopipe = require('@iopipe/core');
const eventInfoPlugin = require('@iopipe/event-info');
const iopipeWrapper = iopipe({
  plugins: [
    eventInfoPlugin()
  ]
})

exports.handler = iopipeWrapper((event, context) => {
    context.succeed('Success!');
  }
);

License

Apache-2.0 see LICENSE

Copyright 2018, IOpipe, Inc.

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago