awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.
Apache License 2.0
37 stars 24 forks source link

Unit test refactor #454

Closed TwistedTwigleg closed 1 year ago

TwistedTwigleg commented 1 year ago

Description of changes:

Adds new unit tests to check for MQTT311 and MQTT5 connections for:

As well as adjusting existing tests to use environment variables. It uses a new CRT builder action here to setup the environment variables. Finally, it adjusts Codebuild to also use the CRT builder so everything has the same setup across the board.


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