aws-samples / sample-python-helper-aws-appconfig

A Python helper library for AWS AppConfig
Apache License 2.0
31 stars 9 forks source link

Fix bug with empty content update handling #3

Closed jamesoff closed 2 years ago

jamesoff commented 2 years ago

Not updating the last update time when receiving an empty config from the service can result in the library calling the service again too soon, which raises an exception.

Reported-by: @jrobbins-LiveData

Fixes #2

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.