MQTT/AWS IOT SDK Node Module Not Building properly

I’ve tried using both the MQTT and AWS IOT SDK node packages to use Meteor to communicate with AWS IOT. When trying to import on the client, it does not seem to building properly. Buffer does not work, and but I was able to fix it using suggestions here: https://github.com/meteor/meteor/issues/8645. But now I am getting errors like ‘cannot find http module’ and ‘fileSync does not exist’. I think it is not building correctly for use on the client? Has anybody been able to get Meteor to build MQTT or the AWS IOT SDK for use on the client?

Thanks ahead, and please let me know if you have any questions.