aws-sdk-arduino
aws-sdk-arduino copied to clipboard
Default constructor with empty brackets?!?!?!
I spent the good part a day removing all of the empty parenthesis in this code when an object is being instantiated just to get this work on a Photon.
Also there are numerous unnecessary dynamic allocations.
See: http://stackoverflow.com/questions/180172/default-constructor-with-empty-brackets
~Jonathan