An open API service indexing awesome lists of open source software.

https://github.com/ya-luotao/lambda-lighthouse-metrics


https://github.com/ya-luotao/lambda-lighthouse-metrics

aws-lambda lighthouse serverless

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# lambda lighthouse metrics

## Requirements
- Install the Serverless Framework
- Configure your AWS CLI

## Installation

Install dependencies

```
yarn
```

## Usage

Invoke a function on local

```
serverless invoke local --function initialize
```

Deploy project

```
serverless deploy
```

Deploy a single function

```
serverless deploy function --function initialize
```