6
Building Better Lambda Apps With Serverless

Leslie Passante - Building Better Lambda Apps with Serverless

Embed Size (px)

Citation preview

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.