is-serverless

1.0.0 • Public • Published

is-serverless

Detection library for serverless environment, currently supports (AWS Lambda, GCP cloud functions, Azure functions, Cloudflare workers)

Inspiration

This package inspired by is-lambda package by @watson

Installation

npm install is-serverless

Usage

var isServerless = require('is-serverless')

if (isServerless.result) {
  console.log('The code is running on a serverless environment : ' + isServerless.whichOne)
}

Contribution

Feel free to fork, commit and submit pull request if you find a bug, or you want to add support to a new environment. Contributions are very welcome.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i is-serverless

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.81 kB

Total Files

14

Last publish

Collaborators

  • hameed0z
  • amr_reda
  • netcode