developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
765 stars 157 forks source link

Aws private api deployment #725

Open Jeandsmith opened 10 months ago

Jeandsmith commented 10 months ago

What I am changing

Added an example for a deployment of a AWS private rest-api based on public-sector use developers.

How you can test it

No tests, simply deploy after setting the vpc_endpoint_id config value.

vincentsarago commented 10 months ago

that's interesting! from my understanding, the lambda is not directly within the VPC but only the API gateway?

Jeandsmith commented 10 months ago

Yup. Is not directly attach thought it can be. The API simply will be proxying the request back to the lambda

DeflateAwning commented 9 months ago

This looks very useful! Curious if there is any accompanying documentation planned for how to use this?