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

Building Simple Serverless Applications with AW...

Kevin Old
September 07, 2017

Building Simple Serverless Applications with AWS Lambda

Kevin Old

September 07, 2017
Tweet

More Decks by Kevin Old

Other Decks in Technology

Transcript

  1. Kevin Old - @kevinold BUILDING SIMPLE SERVERLESS APPLICATIONS WITH AWS

    LAMBDA https://github.com/kevinold/serverless-tutorial- oreilly-live-training-2017
  2. AWS Lambda / Serverless 101 Lab: Hello World Lab: Simple

    HTTP Break Lab: File Conversion Lab: REST API Break Lab: Serverless GraphQL Lab: Crontab Tips and Tricks / Questions AGENDA
  3. Write single-purpose stateless functions Design push-based, event-driven pipelines Create thicker,

    more powerful front ends Embrace third party services Use a compute service to execute code on demand PRINCIPLES OF A SERVERLESS ARCHITECTURE
  4. $ npm install -g serverless $ serverless create -t aws-nodejs

    $ serverless deploy $ serverless remove 101