[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]package.json2023-06-08 14:14 1.6K 
[   ]LICENSE2017-05-24 19:04 1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]test.js2017-05-24 19:02 321  
[   ]index.js2017-05-24 19:02 114  
[TXT]README.md2016-02-12 18:25 563 0fb859dc fixed mobile overflwo options [كارل مبارك]
# is-lambda

Returns `true` if the current environment is an [AWS
Lambda](https://aws.amazon.com/lambda/) server.

[![Build status](https://travis-ci.org/watson/is-lambda.svg?branch=master)](https://travis-ci.org/watson/is-lambda)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

## Installation

```
npm install is-lambda
```

## Usage

```js
var isLambda = require('is-lambda')

if (isLambda) {
  console.log('The code is running on a AWS Lambda')
}
```

## License

MIT