garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 88 forks source link

Fix env vars override #107

Closed wvidana closed 7 years ago

wvidana commented 7 years ago

Use awsclient to automatically avoid using a None parameter on an API call. This allows defaulting to None, and thus not forcing default empty values that may override other configurations (like deleting already existent env vars if they are not set on the kappa file)

wvidana commented 7 years ago

Fixes https://github.com/garnaat/kappa/issues/105