azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
98 stars 7 forks source link

Allow for more flexibility in VPC configuration #122

Open mattdelsordo opened 6 years ago

mattdelsordo commented 6 years ago

Right now, you can specify VPC settings for your Tilegarden deployment by including info in your .env file. However, if you want to make your Tilegarden instance one chunk of a larger AWS-based system that all gets deployed at once, you may not know these values at deploy-time. It should be possible to rig up some means of generating these values automatically, or at least have them be automatically provided to Tilegarden's deployment scripts by another part of the deployment process.