Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Manage microservices with AWS Lambda and JAWS

Manage microservices with AWS Lambda and JAWS

Presentation gave at the CTO summit organized by Point Nine Capital in Barcelona on the 27th of November 2015.

The idea was to showcase the power of AWS Lambda and JAWS framework to manage micro services.

Nicolas Grenié

November 27, 2015
Tweet

More Decks by Nicolas Grenié

Other Decks in Programming

Transcript

  1. @picsoung Microservices AWS Lambda+API Gateway CTO meetup Barcelona, Nov. 27th,

    2015 Nicolas Grenié @picsoung Hacker in Residence at 3scale.net @3scale
  2. @picsoung Each service performs a single action Services are independent

    Easier to maintain Easily scalable Containerizable
  3. @picsoung Java, Python, or JS snippets scalable memory 128-1536MB can

    receive events from AWS services don’t need to code inline (.zip, S3) needs AWS API gateway to be called from outside AWS detailed logs and analytics can call other Lambda functions