Skip to content

PSMA/API-Proxy-Serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published