Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defra/lfw-data
Serverless application for Lambda functions tasked with importing and processing LFW data from FWFI
https://github.com/defra/lfw-data
Last synced: 6 days ago
JSON representation
Serverless application for Lambda functions tasked with importing and processing LFW data from FWFI
- Host: GitHub
- URL: https://github.com/defra/lfw-data
- Owner: DEFRA
- License: other
- Created: 2018-08-30T11:18:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T21:40:15.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:53:27.658Z (7 months ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/DEFRA/lfw-data.svg?branch=master)](https://travis-ci.org/DEFRA/lfw-data)[![Maintainability](https://api.codeclimate.com/v1/badges/f36df721e8bfd20f2f0b/maintainability)](https://codeclimate.com/github/DEFRA/lfw-data/maintainability)[![Test Coverage](https://api.codeclimate.com/v1/badges/f36df721e8bfd20f2f0b/test_coverage)](https://codeclimate.com/github/DEFRA/lfw-data/test_coverage)
# lfw-data
## synopsis
This is a serverless project to provide the processing of data files for LFW from FWFI
## Installing
### There is a global dependency on [serverless](https://serverless.com/) which is used for configuration and deployments to AWS
`npm i -g serverless``npm install`
## Deployment
`npm run deploy`
## Unit tests and linting
`npm run pre-deployment-test`## Feature testing (integration)
`npm run post-deployment-test`