aws / ota-for-aws-iot-embedded-sdk

MIT License
60 stars 74 forks source link

Empty job fix #487

Closed kstribrnAmzn closed 1 year ago

kstribrnAmzn commented 1 year ago

Description

Rough pass on handling empty job document errors. An empty job document will only contain the clientToken and timestamp fields which currently causes an issue.

Related issue - https://github.com/aws/ota-for-aws-iot-embedded-sdk/issues/482

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

archigup commented 1 year ago

Overall, looks good to me