![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 8 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 9 years ago | 563 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 8 years ago | 114 | |
![]() | package.json | 2 years ago | 1.6K | |
![]() | test.js | 8 years 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