Transcript
Page 1: AWS Lambda in infrastructure

All your Content one API

Page 2: AWS Lambda in infrastructure

AWS Lambdause cases in infrastructure

Page 3: AWS Lambda in infrastructure

About me

Paolo@hungryblank

CTO @contentful

contentful.com

Page 4: AWS Lambda in infrastructure

AWS Lambda?

AWS Lambda is a compute service that runs your code in response to events...

Page 5: AWS Lambda in infrastructure

AWS Lambda?

You can use AWS Lambda to extend other AWS services with custom logic

Page 6: AWS Lambda in infrastructure

AWS Lambda?

or create your own back-end services that operate at AWS scale

Page 7: AWS Lambda in infrastructure

AWS Lambda?

1. write your code (JavaScript/Java)2. “upload” to AWS lambda3. bind to event (S3, SNS, dynamo....)4. profit

Page 8: AWS Lambda in infrastructure

Lambda at Contentful

AWS

Contentful

Customer Apps

Page 9: AWS Lambda in infrastructure

Lambda at Contentful

AWS

Contentful

Mid ground infrastructure

Page 10: AWS Lambda in infrastructure

AWS Lambda?

You can use AWS Lambda to extend other AWS services with custom logic

Page 11: AWS Lambda in infrastructure

lambda at Contentful

Self aware S3buckets

Page 12: AWS Lambda in infrastructure

Lambda at Contentful

Wouldn’t be great if…

S3 updates automatically invalidate the Cloudfront cache?

Mid ground infrastructure

Page 13: AWS Lambda in infrastructure

S3 + Lambda + cloudfront

S3 Static Sitegenerator

(middleman)CloudFront Lambda

Page 14: AWS Lambda in infrastructure

The code

70 lines of code

https://goo.gl/J2dw5V

Page 15: AWS Lambda in infrastructure

Another use case

S3 +config file +template +

lambda=

auto magic template rendering

Page 16: AWS Lambda in infrastructure

pre lambda: run a program in the cloud

lambda: program the cloud

Page 17: AWS Lambda in infrastructure

and more coming...

● AWS API Gateway + lambda● more static site generator

○ https://github.com/contentful-labs/contentful-aws-lambda-static

Page 18: AWS Lambda in infrastructure

thank you@hungryblank @contentful


Top Related