Socket
Socket
Sign inDemoInstall

bima-lambda-api-framework

Package Overview
Dependencies
123
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bima-lambda-api-framework

Basic shared functionality for AWS Lambda + API-Gateway projects.


Version published
Maintainers
5
Install size
5.99 MB
Created

Readme

Source

Lambda API Frame

Basic shared functionality for AWS Lambda + API-Gateway projects. Only for use in node.js.

Installation

npm install --save bima-lambda-api-framework

Configuration

Use environment variables in process.env.

KeyDescription
SLS_SERVICE(String) The application or service name.
SLS_STAGE(String) The service environment; usually develop, staging or production.
HB_API_KEY(String) The Honeybadger API key.
DOORKEEPER_BASE_URL(String) The doorkeeper url for token validation; just protocol + host.
HMAC_ACCESS_KEY(String) The HMAC access key.
HMAC_SECRET_KEY(String) The HMAC secret key.

Test

npm test

Keywords

FAQs

Last updated on 18 Sep 2019

Did you know?

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc