aws / aws-iot-device-sdk-js

SDK for connecting to AWS IoT from a device using JavaScript/Node.js
Apache License 2.0
965 stars 385 forks source link

Fix custom authentication CI #413

Closed TwistedTwigleg closed 2 years ago

TwistedTwigleg commented 2 years ago

Description of changes:

Fixes issue where CI would fail with custom authentication. Now it uses non-gamma custom authentication with a username and password, which is consistent with how the V2 SDKs test and fixes the instability issues the CI was having before.


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

TwistedTwigleg commented 2 years ago

Thanks! Merging into main...