apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Sync the Gateway configuration with a remote location #290

Closed ddragosd closed 6 years ago

ddragosd commented 6 years ago

This PR introduces the capability for the Gateway to sync its configuration with a remote folder in the cloud such as Amazon S3, Google Cloud Storage, IBM Cloud Object Storage, Dropbox, and many others. The configuration is monitored for changes, and when a file is changed, the Gateway is reloaded automatically. This is very useful to gracefully update the Gateway on the fly, without impacting the active traffic; if the new configuration is invalid, the Gateway doesn't break, running with the last known valid configuration.

See the updated README for more details.

Other changes:

Types of changes

mhamann commented 6 years ago

Nice enhancement!

ddragosd commented 6 years ago

thanks @mhamann !