Skip to content

djmeph/geospatial-indexing-dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda/DynamoDb Geolocation Search API

# serverless.yml

service: geolocation

provider:
  name: aws
  runtime: nodejs8.10
  stage: api
  region: us-east-1
functions:
  prod:
    handler: index.handler
    events:
      - http: ANY /
      - http: 'ANY {proxy+}'

npm install serverless deploy

About

Example API for searching a geospatial index by radius.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published