EDIT - Initial post no longer relevant since the same can be accomplished much easier with SmartThings virtual switch.
-------------------------------------------------------------------
Hey guys, I had an idea for direct IFTTT integration rather than the cumbersome options Amazon provides. I noticed someone on Github (mefogle) had a similar idea so I made some customizations to allow direct voice commands sent to the IFTTT maker channel. This allows you to say something like "Alexa, tell my house to turn on the TV" or "Alexa, tell my house to turn on the lights" which would pass "turnonthetv" and "turnonthelights" to IFTTT Maker channel respectively which you can then pass to whatever channels you wanted.
I do still use the Hue Bridge for simple lighting commands as that flows better, but having the entire IFTTT channel library at your fingertips with simple commands is working out pretty well for everything else. All you have to do is plop the code in AWS Lambda or your own server and you're off to the races. I hope someone finds this useful.
Github Code:
https://github.com/monty617/AtoIFTTTThanks go out to mefogle @ Github for the initial code.