The folks at Serverless.com have created a CLI for managing Serverless/Event-driven apps to popular cloud providers.

alt text

The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions.

Write your code, configure events to trigger your functions, then deploy & run those functions to your cloud provider via the Serverless CLI.

They also have a great blog at https://serverless.com/blog/

Of course, don’t forget Amazon’s own AWS Lambda Blog