You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.env.sample | 5 years ago | |
.gitignore | 5 years ago | |
.node-version | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
docker-compose.yml | 5 years ago | |
dynamodb-connect.js | 5 years ago | |
handler.js | 5 years ago | |
package.json | 5 years ago | |
serverless.yml | 5 years ago | |
yarn.lock | 5 years ago |
README.md
lightspeed-watcher
Track areas currently beign crowd source funded from www.golightspeed.com
Development
cp .env.sample .env
- edit .env to have the zones you are interested in
docker-compose up -d
make setup
make test
- Will insert into DynamoDB
You can use the shell of the local DynamoDB container to view results: http://localhost:8898
Production
cp .env .env.production
- Remove
DYNAMODB_ENDPOINT
setting
- Remove
make deploy