aws transport for dfu

I currently have a board using  a nrf52840 that has a reliable connection to AWS via a Quectel BG95.

I have DFU implemented and working via Bluetooth with config settings 

CONFIG_BOOTLOADER_MCUBOOT=y

CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP
I'd like to replace the Bluetooth transport with my AWS connection.
I'm  using SDK v2.6.0.
Could you please point me to a starting place to research this?
Related