https://github.com/dschep/owntracks-serverless
⚡🗺️ An AWS Lambda Backend for OwnTracks
https://github.com/dschep/owntracks-serverless
Last synced: 4 months ago
JSON representation
⚡🗺️ An AWS Lambda Backend for OwnTracks
- Host: GitHub
- URL: https://github.com/dschep/owntracks-serverless
- Owner: dschep
- Created: 2016-12-14T04:29:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T02:51:19.000Z (about 9 years ago)
- Last Synced: 2025-04-09T10:52:25.032Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless OwnTracks HTTP Backend
[](http://www.serverless.com)
This is a implementation of the [OwnTracks](http://owntracks.org/)
[HTTP](http://owntracks.org/booklet/tech/http/) backend on
[AWS Lambda](https://aws.amazon.com/lambda/) using
[serverless](http://serverless.com).
It currently implements:
* saving locations to [DynamoDB](https://aws.amazon.com/dynamodb/)
* a per-tid GeoJSON endpoint with points
* a per-tid GeoJSON endpoint with a linestring
There's no UI, but you can use https://github.com/dschep/geojson-viewer to
visualize the GeoJSON endpoints.
## Quickstart
```
# edit serverless.yml to set env vars
npm install
sls deploy
```