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
- Host: GitHub
- URL: https://github.com/ya-luotao/lambda-lighthouse-metrics
- Owner: ya-luotao
- Created: 2019-08-06T16:54:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:43:23.000Z (over 3 years ago)
- Last Synced: 2025-04-04T21:41:00.511Z (about 1 year ago)
- Topics: aws-lambda, lighthouse, serverless
- Language: JavaScript
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```