leslie passante - building better lambda apps with serverless

6
Building Better Lambda Apps With Serverless

Upload: serverlessconf

Post on 06-Jan-2017

389 views

Category:

Internet


2 download

TRANSCRIPT

Page 1: Leslie Passante - Building Better Lambda Apps with Serverless

Building Better Lambda Apps

With Serverless

Page 2: Leslie Passante - Building Better Lambda Apps with Serverless

What is the Serverless framework?

Page 3: Leslie Passante - Building Better Lambda Apps with Serverless

Making API Gateway communicate with Lambda is hard.

Page 4: Leslie Passante - Building Better Lambda Apps with Serverless

Lambda functions are self-contained and can’t share code.

Page 5: Leslie Passante - Building Better Lambda Apps with Serverless

API Gateway and Lambda don’t have

environments.

Page 6: Leslie Passante - Building Better Lambda Apps with Serverless

Lambda functions don’t support environmental

variables.