kylebarron / serverless-aerial-imagery

Serve NAIP and Landsat aerial imagery tiles on the fly with AWS Lambda
MIT License
2 stars 0 forks source link

Notes #1

Open kylebarron opened 4 years ago

kylebarron commented 4 years ago

https://github.com/nst-guide/naip/issues/3

kylebarron commented 4 years ago

Plan:

API gateway

Connect AWS API Gateway to AWS Lambda. It looks like for the HTTP API, it's $1/million API requests.

https://aws.amazon.com/about-aws/whats-new/2015/07/invoke-aws-lambda-functions-over-https/

Lambda

  1. The lambda script receives the x/y/z tile requested.
  2. Map that x/y/z coordinate to NAIP tile coordinate(s).
  3. For each necessary NAIP tile

Notes:

kylebarron commented 4 years ago

This is almost exactly what I'm trying to build: https://github.com/developmentseed/awspds-mosaic