1
0
Fork 0
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.
 
 
Andrew Tomaka 7cf8c6bb3b
Provide access to data via GET request
5 years ago
.env.sample Include sample environment file 5 years ago
.gitignore Initial commit 5 years ago
.node-version Lock node version to match targeted lambda env 5 years ago
Makefile Setup serverless-offline 5 years ago
README.md Add README 5 years ago
docker-compose.yml Replace disappeared dynamodb container 5 years ago
dynamodb-connect.js Initial commit 5 years ago
handler.js Provide access to data via GET request 5 years ago
package.json Setup serverless-offline 5 years ago
serverless.yml Provide access to data via GET request 5 years ago
yarn.lock Setup serverless-offline 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
  • make deploy