I have a single K64 device and want to use both the MCUXpresso's SDK demo for an AWS IoT connection AND the demo for AWS OTA in one firmware. I think I can merge these to share a single, secure, AWS, TCP/socket connection. But does each then need its own unique MQTT connection to the broker, or can they share the MQTT connection (one democonfigCLIENT_IDENTIFIER within FreeRTOS' coreMQTT), too? It looks like both want to manage the connection themselves. I was wondering whether anyone had any experience with this.