Wrote a little service for controlling my lights via AWS using a lamda function

If anyone is curious, check it out at: GitHub - dylandhall/lifxFluentService: Fluent wrapper for lifx state updates, plus small script I use to make my lights adjust according to a schedule via AWS.

You’re welcome to do anything you like with it. There’s a prebuilt package you can set up in AWS under a free account if you’re curious, and I’m happy to help if you want some tweaks.

If anyone wants me to, I could put the schedule in a variable if you want it to be editable without having to build the thing yourself.

Feel free to fork/use - I developed a fluent API wrapper for the states update which I think is a fairly useful pattern, feel free to pop it in your own project.

Happy hacking.