aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
975 stars 623 forks source link

Fixing a typo in thing name header field #1849

Closed rangaataws closed 1 year ago

rangaataws commented 1 year ago

The header field for passing thing name in AWS IoT Credential Provider was incorrect. As per documentation, the header should be 'x-amz-iot-thingname'

Issue #, if available:

Description of changes:

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

archigup commented 1 year ago

Relevant docs: https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html