Socket
Book a DemoInstallSign in
Socket

serverless-elastic-apm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

serverless-elastic-apm

A simple proxy and self configurable elastic_apm agent for AWS Lambda

0.0.1
unpublished
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

npm version

serverless-elastic-apm

A simple proxy and self configurable elastic_apm agent for AWS Lambda

Installation

With npm:

npm i --save serverless-elastic-apm

With yarn:

yarn add serverless-elastic-apm

Configuration via environment variables

ES_APM_SERVICE_NAME: (required) The service name

ES_APM_SECRET_TOKEN: (optional) The APM Server secret token

ES_APM_SERVER_URL: (required) The APM Server url

Usage

const apm = require('serverless-elastic-apm')

const handler = async (event, context) => {
  return 42
}

module.exports = apm(handler)

Advanced usage

For more details visit the ElasticAPM documentation

License

ISC © Carlos Castellanos

Keywords

aws

FAQs

Package last updated on 01 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.