adobe-apiplatform / apigateway

A Performant API Gateway based on NGINX and Openresty
MIT License
301 stars 57 forks source link

integrate the conf folder with S3 #12

Closed ddragosd closed 8 years ago

ddragosd commented 8 years ago

If we can have the API Gateway pulling from S3 the folder api-gateway-config we get the flexibility to easily run it with different configurations without building a new container.

The alternative approach would be to have the sync'ing in a separate container but that's a little more complicated to handle in Mesos which is currently lacking Pods support. When Pods-like concepts get implemented then we can extract this code into its own container.

ddragosd commented 8 years ago

Cross linking with #14