Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 803 Bytes

File metadata and controls

21 lines (14 loc) · 803 Bytes

Geoscape API proxying with Serverless

A sample to show how to deploy a proxy for the Geoscape APIs into AWS lambda, using Serverless; a simple and scaleable way to use the APIs in front-end JS applications without exposing your API key.

This example proxys the follow services, with some limited properties:

  • Address Prediction, under the /suggest url
    • It defaults to the GNAF dataset and a maxiumum of 10 results
  • Single Building from GNAF id, under the /getBuilding url
    • It returns the footprint2d and maximumRoofHeight for the buildings

Requirements

Usage

Setup and Deploy

TODO