![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | a year ago | 1.1K | |
![]() | README.md | a year ago | 563 | 595aea1 more query options + view options [كارل مبارك] |
![]() | index.js | a year ago | 114 | |
![]() | package.json | a year ago | 773 | afd0ccc remove unused [كارل مبارك] |
![]() | test.js | a year 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