lordpengwin / muzak

Amazon Echo Skill for Logitech/Squeezebox Media Server
MIT License
35 stars 16 forks source link

Add support for claudia.js deployment to AWS Lambda #8

Closed heylookltsme closed 7 years ago

heylookltsme commented 7 years ago

Hey @lordpengwin and @MikeDeSantis! I think this will greatly improve the development workflow for muzak.

I stumbled on claudia.js the other day and it's super awesome. It basically just lets you run a command to push your latest changes to AWS Lambda instead of having to manually create a zip file and upload it yourself. Saves a bunch of time. This also adds a few other things that I'll call out below.

What this does

How To Test Claudia

What do you think?

PS - The commit history is kind of garbage since my old commits for adding package.json weren't merged into the repo before. Apologies for not creating the PR for that against the original repo!

lordpengwin commented 7 years ago

Looks good to me, thanks!