michaelwittig / devopscon16-location-service

DevOpsCon 2016: The Life of a Serverless Microservice on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOpsCon 2016: The Life of a Serverless Microservice on AWS

Location service can save and retrieve a user's position.

Usage

curl -vvv -X PUT -d '{"latitude": 52.520645, "longitude": 13.409779}' -H "Content-Type: application/json"  -H "Authorization: 123" "https://rjwrmogq8i.execute-api.us-east-1.amazonaws.com/v1/location/123"

See also

About

DevOpsCon 2016: The Life of a Serverless Microservice on AWS

License:MIT License


Languages

Language:Python 70.3%Language:JavaScript 22.6%Language:Makefile 7.1%