![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 5 months ago | 1.1K | |
![]() | README.md | 5 months ago | 563 | |
![]() | index.js | 5 months ago | 114 | |
![]() | package.json | 5 months ago | 773 | |
![]() | test.js | 5 months ago | 321 |
Returns true
if the current environment is an AWS
Lambda server.
npm install is-lambda
var isLambda = require('is-lambda')
if (isLambda) {
console.log('The code is running on a AWS Lambda')
}
MIT