Leslie Passante - Building Better Lambda Apps with Serverless

Preview:

Citation preview

Building Better Lambda Apps

With Serverless

What is the Serverless framework?

Making API Gateway communicate with Lambda is hard.

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

API Gateway and Lambda don’t have

environments.

Lambda functions don’t support environmental

variables.

Recommended