logo dotConferences
Menu

Serverless Microservices in JavaScript

Nicolas Grenié at dotJS 2015

Nicolas explains how to build and maintain web applications and micro-services in JavaScript running on AWS Lambda with the Serverless framework (formerly known as JAWS).

Slides

More details

There is currently a major shift sweeping over the software industry. We went from monolithic apps, to API-driven apps, and now Software Engineers are breaking their apps into "micro-services". Managing and connecting those different micro-services could be a hassle.

AWS offers an interesting service with Lambda that let you create microservices easily for a very cheap price. With the recent announcement of the API Gateway, it lets you create a 100% serverless microservice-based infrastructure for your API and app.

To simplify the creation and the maintenance of a such infrastructure, the community have came up with a framework: Serverless (ex-JAWS)

Further reading: