Serverless

an introduction to

What is it?

Your code running on someone else's server

Why?

Different versions of serverless

Amazon Web Services = Lambda

Google Cloud Engine = Functions

Microsoft Azure = Functions

Languages?

  • java (Java 8)
  • python (Python 2.7)
  • nodejs4.3 (Node.js 4.3)
  • C#
  • golang
  • more ...

AWS Lambda

as an example

Example website

API Gateway

Lambda

Cognito

(user management)

DynamoDB

S3

CloudFront (CDN)

Route53

Demø time

API Gateway

Lambda

Serverless

By Thomas Krag

Serverless

Internal presentation on the ideas behind serverless

  • 257