Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

Enable parameters to be specified in lower/camel case #31

Closed Daniel-t closed 6 years ago

Daniel-t commented 7 years ago

Requested from #30 "I think it would be better to provide both arguments so "Subject" can be all lower case in Node Red for consistency with everything else in Node Red."

Personally I'm not a fan of this, as it deviates from the AWS SDK which has parameters in LeadingUpperCase. Issue created for transparency and so others can '+1' it, if there is a good argument and sufficient demand I'll reconsider.