SlideShare une entreprise Scribd logo
1  sur  72
Télécharger pour lire hors ligne
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Chris Munns
Principal Developer Advocate
AWS Serverless
How AWS builds
Serverless services
using Serverless
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
https://secure.flickr.com/photos/mgifford/4525333972
Why are we
here today?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Serverless is changing the
software industry
Photo by Markus Spiske on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon is no different in this!
Photo by Chris Munns
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
So how does AWS build
Serverless Services Using
Serverless?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
So how does AWS build
Serverless Services Using
Serverless?
With a compiler!
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
So how does AWS build
Serverless Services Using
Serverless?
With a compiler!
*ba-dum-tshh*
Photo by Josh Sorenson on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Less time managing servers ==
more laughs!
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
For today
A look at how
Amazon does
development
How serverless
has changed
things
What you can
learn from us
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Development transformation at Amazon:
1994-2001 2002+
monolithic architecture +
hierarchical organization
decoupled services +
2 pizza teams
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Two-pizza teams
Full ownership
Full accountability
Aligned incentives
“DevOps”
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon S3 at launch:
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon S3 today:
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
2 Pizza Team Responsibility Venn Diagram
Responsible for
THEIR
PRODUCT
Deployment tools
CI/CD tools
Monitoring tools
Metrics tool
Logging tools
APM tools
Infrastructure provisioning
tools
Security tools
Database management
tools
Testing tools
….
Not responsible for
*
*Unless their product belongs in the blue
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Self-service
Technology-agnostic
Encourage best
practices
Single-purpose
services
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
2 Pizza Team Responsibility Venn Diagram
Responsible for
THEIR
PRODUCT
Deployment tools
CI/CD tools
Monitoring tools
Metrics tool
Logging tools
APM tools
Infrastructure provisioning
tools
Security tools
Database management
tools
Testing tools
….
Not responsible for
*
*Unless their product belongs in the blue
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Deployment service
No downtime
deployments
Health checking
Versioned artifacts
and rollbacks
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Pipelines
Automated actions
and transitions; from
check-in to production
Development benefits:
• Faster
• Safer
• Consistent &
Standardized
• Visualization of the
process
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
continuous delivery
==
happier developers!
https://www.flickr.com/photos/cannnela/4614340819/
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
> 60 million deployments a year*
Thousands of teams
× Microservice architecture
× Continuous delivery
× Multiple environments
*2016 number
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
2 Pizza Team Responsibility Venn Diagram
Responsible for Not responsible for
*
NOT
THEIR
PRODUCT
*Unless their product belongs in the blue
Application development
Infrastructure management
Application configuration
Pipeline configuration
Alarms
Runbooks
Testing
Compliance
Roadmap tracking
Goals tracking
On-call
Support escalation
….
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Quick poll!
How many of you run in 7 or fewer AWS Regions?
How many of you run in 5 or fewer AWS Regions?
How many of you run in just 2 AWS Regions?
How many of you run in just 1 AWS Region?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
https://aws.amazon.com/about-aws/global-infrastructure/
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Determining the right balance
The more time spent on operational tasks, the
less time spent on development tasks
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
2 Pizza Team Responsibility Venn Diagram
Responsible for
THEIR
PRODUCT
Not responsible for
NOT
THEIR
PRODUCT
Can we shift more from a
team’s responsibility to the
platform/shared services?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
So that brings us back to...
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
OK, let’s get real
Photo by Clem Onojeghuo on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
From the earliest days of AWS
Lambda we saw lots of repeatable
patterns (internally and externally)
Photo by Kristian Strand on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
DLQ
DLQ DLQ
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
DLQ
DLQ DLQ
Alarm
Alarm Alarm
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
DLQDLQ Redrive
DLQDLQ Redrive DLQ
DLQ Redrive
Alarm
Alarm Alarm
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
DLQDLQ Redrive
DLQDLQ Redrive DLQ
DLQ Redrive
Alarm
Alarm Alarm
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
DLQDLQ Redrive
DLQDLQ Redrive DLQ
DLQ Redrive
Alarm
Alarm Alarm
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Publishing Applications
AWS SDK
Publisher
Console
Publish Apps
Publishers
(AWS Customers)
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Consuming Applications
AWS SDK
Public
Website
Discover &
Deploy Apps
Lambda
Console
Consumers
(AWS Customers)
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
DLQDLQ Redrive
DLQDLQ Redrive DLQ
DLQ Redrive
Alarm
Alarm Alarm
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
sqs-dlq app
sqs-dlq app lambda-dlq app
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
SQS queue
sqs-dlq app
sqs-dlq app lambda-dlq app
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SQS queue
sqs-dlq app lambda-dlq app
fork-event-search-analytics-pipeline
app
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Serverless Application Repository API
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/serverlessrepo.html
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Assets Bucket
SDK API
Search API
Entity/View
Tables
Search Domain
Auth Lambda
API Lambda
Auth Lambda
API Lambda
Async Processing
Lambdas
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Assets Bucket
SDK API
Search API
Entity/View
Tables
Auth Lambda
API Lambda
Auth Lambda
API Lambda
Async Processing
Lambdas
Search Domain
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Assets Bucket
SDK API
Search API
Entity/View
Tables
Auth Lambda
API Lambda
Auth Lambda
API Lambda
Async Processing
Lambdas
Search Domain
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Assets Bucket
SDK API
Search API
Entity/View
Tables
Auth Lambda
API Lambda
Auth Lambda
API Lambda
Async Processing
Lambdas
Search Domain
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Assets Bucket
SDK API
Search API
Entity/View
Tables
Auth Lambda
API Lambda
Auth Lambda
API Lambda
Async Processing
Lambdas
Search Domain
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Assets Bucket
SDK API
Search API
Entity/View
Tables
Auth Lambda
API Lambda
Auth Lambda
API Lambda
Async Processing
Lambdas
Search Domain
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Not seen
• Async processing Lambdas interfacing with Amazon
SNS/Amazon SQS
• A few other internal services
• Alpha/beta/gamma
• Multiple regions
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Not seen
• Async processing Lambdas interfacing with Amazon
SNS/Amazon SQS
• A few other internal services
• Alpha/beta/gamma
• Multiple regions
• A single Amazon EC2 instance per region, to test that the
service is working properly
BEST PRACTICE ALERT: Don’t test from the managed service to
managed service to be tested
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Did building serverless-ly
mean a massive shift in
tools/practices?
Photo by Carlos Irineu da Costa on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Nope.
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Building with Serverless services at AWS
• Using Amazon CloudFormation/AWS SAM to manage infrastructure
• Leveraging existing CI/CD tools that have been tweaked to support tools
like SAM
• Difference in telemetry data made up for with more logging and usage of
tools like AWS X-Ray
• Same languages as always: Java, Python, Node.js
• Little to no changes in development/testing practices:
• peer review
• test in “cloud”
• linting, syntax checking, unit/service testing
• canary deploy out slowly & rollback immediately if things go boom
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
“Tell me your biggest pain
points right now”
Photo by Zhen Hu on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Tell me your biggest pain points right now:
Limits
Scoping the size of a service
Proper “stack” boundaries
Improving alarms/monitoring
Improving testing (always)
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Tell me your biggest pain points right now:
Limits
Scoping the size of a service
Proper “stack” boundaries
Improving alarms/monitoring
Improving testing (always)
AWS Service teams are just like you!
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Tell me your biggest pain points right now:
Limits
Scoping the size of a service
Proper “stack” boundaries
Improving alarms/monitoring
Improving testing (always)
AWS Service teams are just like you!
Except.......
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What you can do to be like AWS
• Organizational structure aligns with microservice based
architecture which aligns well with serverless
• Standardized, yet flexible tools made supporting serverless
essentially “snapping in” new capabilities
• CI/CD is a must
• Peer review is the one thing you aren’t doing but should
• Understanding when you need a REST API vs. using
another invoke model
• related: Sync vs. async
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What you can do to be like AWS
• If moving to #serverless feels like a giant shift for your
org/team, move slow and purposefully
• If someone is telling you that you need all new tools to
develop for serverless, they are wrong or selling you
something
• Potentially something that competes
What customers tell me:
Serverless benefits pay off vs. the time ramping up
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Yawn.. Well that was kinda..
boring...?
Photo by Raphael Schaller on Unsplash
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
That’s kind of the idea...
and it can lead to an exciting future
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Going back to Amazon
Photo by Chris Munns
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What happens if we
reduce operational
burden massively and
reduce the amount of
code we have to write?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What if 2 pizzas is 1
too many?
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
× Microservice architecture
× Continuous delivery
× Multiple environments
Thousands of teams
> XXX million deployments a year?
If fewer people are needed to
build things, can we build
more things & faster???
?x more
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
About me:
Chris Munns - munns@amazon.com, @chrismunns
• Principal Developer Advocate - Serverless
• New Yorker
• Previously:
• AWS Business Development Manager – DevOps, July ’15 - Feb ‘17
• AWS Solutions Architect Nov, 2011- Dec 2014
• Formerly on operations teams @Etsy and @Meetup
• Little time at a hedge fund, Xerox and a few other startups
• Rochester Institute of Technology: Applied Networking and Systems
Administration ’05
• Internet infrastructure geek
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
aws.amazon.com/serverless
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Chris Munns
munns@amazon.com
@chrismunnshttps://www.flickr.com/photos/theredproject/3302110152/
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
?https://secure.flickr.com/photos/dullhunk/202872717/

Contenu connexe

Tendances

Building serverless applications with Amazon S3
Building serverless applications with Amazon S3Building serverless applications with Amazon S3
Building serverless applications with Amazon S3Chris Munns
 
Serverless Applications with AWS SAM
Serverless Applications with AWS SAMServerless Applications with AWS SAM
Serverless Applications with AWS SAMChris Munns
 
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless ApplicationsNetworking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless ApplicationsChris Munns
 
Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...
Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...
Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...Amazon Web Services
 
Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...
Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...
Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...Chris Munns
 
Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...
Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...
Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...Amazon Web Services
 
Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019
Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019
Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019AWS Summits
 
Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...
Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...
Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...Amazon Web Services
 
Overview of Serverless Application Deployment Patterns - AWS Online Tech Talks
Overview of Serverless Application Deployment Patterns - AWS Online Tech TalksOverview of Serverless Application Deployment Patterns - AWS Online Tech Talks
Overview of Serverless Application Deployment Patterns - AWS Online Tech TalksAmazon Web Services
 
Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...
Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...
Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...Amazon Web Services
 
20200803 - Serverless with AWS @ HELTECH
20200803 - Serverless with AWS @ HELTECH20200803 - Serverless with AWS @ HELTECH
20200803 - Serverless with AWS @ HELTECHMarcia Villalba
 
Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...
Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...
Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...Amazon Web Services
 
Costruisci e distribuisci applicazioni web moderne con AWS Amplify Console
Costruisci e distribuisci applicazioni web moderne con AWS Amplify ConsoleCostruisci e distribuisci applicazioni web moderne con AWS Amplify Console
Costruisci e distribuisci applicazioni web moderne con AWS Amplify ConsoleAmazon Web Services
 
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019AWS Summits
 
Getting Started with AWS Lambda and Serverless Computing
Getting Started with AWS Lambda and Serverless ComputingGetting Started with AWS Lambda and Serverless Computing
Getting Started with AWS Lambda and Serverless ComputingAmazon Web Services
 
Building Serverless Microservices with AWS
Building Serverless Microservices with AWSBuilding Serverless Microservices with AWS
Building Serverless Microservices with AWSDonnie Prakoso
 
Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...
Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...
Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...AWS Summits
 
Scale permissions management in AWS with attribute-based access control - SDD...
Scale permissions management in AWS with attribute-based access control - SDD...Scale permissions management in AWS with attribute-based access control - SDD...
Scale permissions management in AWS with attribute-based access control - SDD...Amazon Web Services
 

Tendances (20)

Building serverless applications with Amazon S3
Building serverless applications with Amazon S3Building serverless applications with Amazon S3
Building serverless applications with Amazon S3
 
Serverless Applications with AWS SAM
Serverless Applications with AWS SAMServerless Applications with AWS SAM
Serverless Applications with AWS SAM
 
Networking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless ApplicationsNetworking Best Practices for Your Serverless Applications
Networking Best Practices for Your Serverless Applications
 
Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...
Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...
Building Business Workflows with AWS Step Functions: re:Invent 2018 Recap at ...
 
Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...
Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...
Gluecon 2018 - The Best Practices and Hard Lessons Learned of Serverless Appl...
 
Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...
Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...
Intro to AWS Lambda and Serverless Applications: re:Invent 2018 Recap at the ...
 
Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019
Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019
Twelve-Factor App Methodology and Modern Applications | AWS Summit Tel Aviv 2019
 
Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...
Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...
Build a dashboard using serverless security analytics - SDD201 - AWS re:Infor...
 
Overview of Serverless Application Deployment Patterns - AWS Online Tech Talks
Overview of Serverless Application Deployment Patterns - AWS Online Tech TalksOverview of Serverless Application Deployment Patterns - AWS Online Tech Talks
Overview of Serverless Application Deployment Patterns - AWS Online Tech Talks
 
Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...
Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...
Accelerare l’utilizzo del Machine Learning con le soluzioni ML pronte per l’u...
 
20200803 - Serverless with AWS @ HELTECH
20200803 - Serverless with AWS @ HELTECH20200803 - Serverless with AWS @ HELTECH
20200803 - Serverless with AWS @ HELTECH
 
Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...
Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...
Set Up a CI/CD Pipeline for Deploying Containers Using the AWS Developer Tool...
 
Deep Dive - CI/CD on AWS
Deep Dive - CI/CD on AWSDeep Dive - CI/CD on AWS
Deep Dive - CI/CD on AWS
 
Costruisci e distribuisci applicazioni web moderne con AWS Amplify Console
Costruisci e distribuisci applicazioni web moderne con AWS Amplify ConsoleCostruisci e distribuisci applicazioni web moderne con AWS Amplify Console
Costruisci e distribuisci applicazioni web moderne con AWS Amplify Console
 
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
 
Getting Started with AWS Lambda and Serverless Computing
Getting Started with AWS Lambda and Serverless ComputingGetting Started with AWS Lambda and Serverless Computing
Getting Started with AWS Lambda and Serverless Computing
 
Breaking down the Monowhat
Breaking down the MonowhatBreaking down the Monowhat
Breaking down the Monowhat
 
Building Serverless Microservices with AWS
Building Serverless Microservices with AWSBuilding Serverless Microservices with AWS
Building Serverless Microservices with AWS
 
Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...
Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...
Blur the boundaries between your on-premises to AWS cloud by embracing VMWare...
 
Scale permissions management in AWS with attribute-based access control - SDD...
Scale permissions management in AWS with attribute-based access control - SDD...Scale permissions management in AWS with attribute-based access control - SDD...
Scale permissions management in AWS with attribute-based access control - SDD...
 

Similaire à How AWS builds Serverless services using Serverless

20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...Amazon Web Services Japan
 
Enhancing Your Developer eXperience on AWS - AWS Summit Sydney
Enhancing Your Developer eXperience on AWS - AWS Summit SydneyEnhancing Your Developer eXperience on AWS - AWS Summit Sydney
Enhancing Your Developer eXperience on AWS - AWS Summit SydneyAmazon Web Services
 
Tools for building your Startup on AWS
Tools for building your Startup on AWSTools for building your Startup on AWS
Tools for building your Startup on AWSRob De Feo
 
How to build a FullStack Airline Ticketing Web App.pdf
How to build a FullStack Airline Ticketing Web App.pdfHow to build a FullStack Airline Ticketing Web App.pdf
How to build a FullStack Airline Ticketing Web App.pdfAmazon Web Services
 
DevConZM - Modern Applications Development in the Cloud
DevConZM - Modern Applications Development in the CloudDevConZM - Modern Applications Development in the Cloud
DevConZM - Modern Applications Development in the CloudCobus Bernard
 
Amazon and Region Build Engineering
Amazon and Region Build EngineeringAmazon and Region Build Engineering
Amazon and Region Build EngineeringRich Alberth
 
Serverless Observability Tech Talk
Serverless Observability Tech TalkServerless Observability Tech Talk
Serverless Observability Tech TalkAmazon Web Services
 
AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...
AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...
AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...AWS Summits
 
AWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless Backends
AWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless BackendsAWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless Backends
AWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless BackendsPatrick Sard
 
Why serverless will revolutionize your software process.
Why serverless will revolutionize your software process.Why serverless will revolutionize your software process.
Why serverless will revolutionize your software process.James Beswick
 
Security at the speed of cloud: How to think about it & how you can do it now...
Security at the speed of cloud: How to think about it & how you can do it now...Security at the speed of cloud: How to think about it & how you can do it now...
Security at the speed of cloud: How to think about it & how you can do it now...Amazon Web Services
 
Serverless applications with AWS
Serverless applications with AWSServerless applications with AWS
Serverless applications with AWSjavier ramirez
 
DevOps - Moving to DevOps the Amazon Way
DevOps - Moving to DevOps the Amazon WayDevOps - Moving to DevOps the Amazon Way
DevOps - Moving to DevOps the Amazon WayAmazon Web Services
 
AWS Startup Day Bogotá - Tools for Building Your Startup
AWS Startup Day Bogotá - Tools for Building Your StartupAWS Startup Day Bogotá - Tools for Building Your Startup
AWS Startup Day Bogotá - Tools for Building Your StartupAmazon Web Services LATAM
 
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019Amazon Web Services
 
AWS DevDay Berlin 2019 - Simplify your Web & Mobile apps with cloud-based ser...
AWS DevDay Berlin 2019 - Simplify your Web & Mobile appswith cloud-based ser...AWS DevDay Berlin 2019 - Simplify your Web & Mobile appswith cloud-based ser...
AWS DevDay Berlin 2019 - Simplify your Web & Mobile apps with cloud-based ser...Darko Mesaroš
 
AWS Startup Day Santiago - Tools For Building Your Startup
AWS Startup Day Santiago - Tools For Building Your StartupAWS Startup Day Santiago - Tools For Building Your Startup
AWS Startup Day Santiago - Tools For Building Your StartupAmazon Web Services LATAM
 
Continuous Delivery on AWS with Zero Downtime
Continuous Delivery on AWS with Zero DowntimeContinuous Delivery on AWS with Zero Downtime
Continuous Delivery on AWS with Zero DowntimeCasey Lee
 
"Integrate your front end apps with serverless backend in the cloud", Sebasti...
"Integrate your front end apps with serverless backend in the cloud", Sebasti..."Integrate your front end apps with serverless backend in the cloud", Sebasti...
"Integrate your front end apps with serverless backend in the cloud", Sebasti...Provectus
 

Similaire à How AWS builds Serverless services using Serverless (20)

20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
20190402 AWS Black Belt Online Seminar Let's Dive Deep into AWS Lambda Part1 ...
 
Enhancing Your Developer eXperience on AWS - AWS Summit Sydney
Enhancing Your Developer eXperience on AWS - AWS Summit SydneyEnhancing Your Developer eXperience on AWS - AWS Summit Sydney
Enhancing Your Developer eXperience on AWS - AWS Summit Sydney
 
Tools for building your Startup on AWS
Tools for building your Startup on AWSTools for building your Startup on AWS
Tools for building your Startup on AWS
 
How to build a FullStack Airline Ticketing Web App.pdf
How to build a FullStack Airline Ticketing Web App.pdfHow to build a FullStack Airline Ticketing Web App.pdf
How to build a FullStack Airline Ticketing Web App.pdf
 
DevConZM - Modern Applications Development in the Cloud
DevConZM - Modern Applications Development in the CloudDevConZM - Modern Applications Development in the Cloud
DevConZM - Modern Applications Development in the Cloud
 
Amazon and Region Build Engineering
Amazon and Region Build EngineeringAmazon and Region Build Engineering
Amazon and Region Build Engineering
 
Serverless Observability Tech Talk
Serverless Observability Tech TalkServerless Observability Tech Talk
Serverless Observability Tech Talk
 
AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...
AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...
AWS Summit Singapore 2019 | The Serverless Lifecycle: Development and Operati...
 
AWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless Backends
AWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless BackendsAWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless Backends
AWS Meetup Brussels 3rd Sep 2019 Simplify Frontend Apps with Serverless Backends
 
Simplify front end apps.pdf
Simplify front end apps.pdfSimplify front end apps.pdf
Simplify front end apps.pdf
 
Why serverless will revolutionize your software process.
Why serverless will revolutionize your software process.Why serverless will revolutionize your software process.
Why serverless will revolutionize your software process.
 
Security at the speed of cloud: How to think about it & how you can do it now...
Security at the speed of cloud: How to think about it & how you can do it now...Security at the speed of cloud: How to think about it & how you can do it now...
Security at the speed of cloud: How to think about it & how you can do it now...
 
Serverless applications with AWS
Serverless applications with AWSServerless applications with AWS
Serverless applications with AWS
 
DevOps - Moving to DevOps the Amazon Way
DevOps - Moving to DevOps the Amazon WayDevOps - Moving to DevOps the Amazon Way
DevOps - Moving to DevOps the Amazon Way
 
AWS Startup Day Bogotá - Tools for Building Your Startup
AWS Startup Day Bogotá - Tools for Building Your StartupAWS Startup Day Bogotá - Tools for Building Your Startup
AWS Startup Day Bogotá - Tools for Building Your Startup
 
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
Building a fully serverless application on AWS | AWS Summit Tel Aviv 2019
 
AWS DevDay Berlin 2019 - Simplify your Web & Mobile apps with cloud-based ser...
AWS DevDay Berlin 2019 - Simplify your Web & Mobile appswith cloud-based ser...AWS DevDay Berlin 2019 - Simplify your Web & Mobile appswith cloud-based ser...
AWS DevDay Berlin 2019 - Simplify your Web & Mobile apps with cloud-based ser...
 
AWS Startup Day Santiago - Tools For Building Your Startup
AWS Startup Day Santiago - Tools For Building Your StartupAWS Startup Day Santiago - Tools For Building Your Startup
AWS Startup Day Santiago - Tools For Building Your Startup
 
Continuous Delivery on AWS with Zero Downtime
Continuous Delivery on AWS with Zero DowntimeContinuous Delivery on AWS with Zero Downtime
Continuous Delivery on AWS with Zero Downtime
 
"Integrate your front end apps with serverless backend in the cloud", Sebasti...
"Integrate your front end apps with serverless backend in the cloud", Sebasti..."Integrate your front end apps with serverless backend in the cloud", Sebasti...
"Integrate your front end apps with serverless backend in the cloud", Sebasti...
 

How AWS builds Serverless services using Serverless

  • 1. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Chris Munns Principal Developer Advocate AWS Serverless How AWS builds Serverless services using Serverless
  • 2. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. https://secure.flickr.com/photos/mgifford/4525333972 Why are we here today?
  • 3. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Serverless is changing the software industry Photo by Markus Spiske on Unsplash
  • 4. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon is no different in this! Photo by Chris Munns
  • 5. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. So how does AWS build Serverless Services Using Serverless?
  • 6. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. So how does AWS build Serverless Services Using Serverless? With a compiler!
  • 7. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. So how does AWS build Serverless Services Using Serverless? With a compiler! *ba-dum-tshh* Photo by Josh Sorenson on Unsplash
  • 8. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Less time managing servers == more laughs!
  • 9. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. For today A look at how Amazon does development How serverless has changed things What you can learn from us
  • 10. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Development transformation at Amazon: 1994-2001 2002+ monolithic architecture + hierarchical organization decoupled services + 2 pizza teams
  • 11. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Two-pizza teams Full ownership Full accountability Aligned incentives “DevOps”
  • 12. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 13. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon S3 at launch:
  • 14. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon S3 today:
  • 15. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 2 Pizza Team Responsibility Venn Diagram Responsible for THEIR PRODUCT Deployment tools CI/CD tools Monitoring tools Metrics tool Logging tools APM tools Infrastructure provisioning tools Security tools Database management tools Testing tools …. Not responsible for * *Unless their product belongs in the blue
  • 16. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Self-service Technology-agnostic Encourage best practices Single-purpose services
  • 17. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 2 Pizza Team Responsibility Venn Diagram Responsible for THEIR PRODUCT Deployment tools CI/CD tools Monitoring tools Metrics tool Logging tools APM tools Infrastructure provisioning tools Security tools Database management tools Testing tools …. Not responsible for * *Unless their product belongs in the blue
  • 18. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Deployment service No downtime deployments Health checking Versioned artifacts and rollbacks
  • 19. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Pipelines Automated actions and transitions; from check-in to production Development benefits: • Faster • Safer • Consistent & Standardized • Visualization of the process
  • 20. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. continuous delivery == happier developers! https://www.flickr.com/photos/cannnela/4614340819/
  • 21. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. > 60 million deployments a year* Thousands of teams × Microservice architecture × Continuous delivery × Multiple environments *2016 number
  • 22. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 2 Pizza Team Responsibility Venn Diagram Responsible for Not responsible for * NOT THEIR PRODUCT *Unless their product belongs in the blue Application development Infrastructure management Application configuration Pipeline configuration Alarms Runbooks Testing Compliance Roadmap tracking Goals tracking On-call Support escalation ….
  • 23. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Quick poll! How many of you run in 7 or fewer AWS Regions? How many of you run in 5 or fewer AWS Regions? How many of you run in just 2 AWS Regions? How many of you run in just 1 AWS Region?
  • 24. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. https://aws.amazon.com/about-aws/global-infrastructure/
  • 25. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Determining the right balance The more time spent on operational tasks, the less time spent on development tasks
  • 26. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 2 Pizza Team Responsibility Venn Diagram Responsible for THEIR PRODUCT Not responsible for NOT THEIR PRODUCT Can we shift more from a team’s responsibility to the platform/shared services?
  • 27. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. So that brings us back to...
  • 28. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. OK, let’s get real Photo by Clem Onojeghuo on Unsplash
  • 29. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. From the earliest days of AWS Lambda we saw lots of repeatable patterns (internally and externally) Photo by Kristian Strand on Unsplash
  • 30. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 31. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue
  • 32. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue
  • 33. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue DLQ DLQ DLQ
  • 34. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue DLQ DLQ DLQ Alarm Alarm Alarm
  • 35. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue DLQDLQ Redrive DLQDLQ Redrive DLQ DLQ Redrive Alarm Alarm Alarm
  • 36. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue DLQDLQ Redrive DLQDLQ Redrive DLQ DLQ Redrive Alarm Alarm Alarm
  • 37. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue DLQDLQ Redrive DLQDLQ Redrive DLQ DLQ Redrive Alarm Alarm Alarm
  • 38. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 39. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Publishing Applications AWS SDK Publisher Console Publish Apps Publishers (AWS Customers)
  • 40. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Consuming Applications AWS SDK Public Website Discover & Deploy Apps Lambda Console Consumers (AWS Customers)
  • 41. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue DLQDLQ Redrive DLQDLQ Redrive DLQ DLQ Redrive Alarm Alarm Alarm
  • 42. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue sqs-dlq app sqs-dlq app lambda-dlq app
  • 43. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue SQS queue sqs-dlq app sqs-dlq app lambda-dlq app
  • 44. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SQS queue sqs-dlq app lambda-dlq app fork-event-search-analytics-pipeline app
  • 45. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Serverless Application Repository API https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/serverlessrepo.html
  • 46. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Assets Bucket SDK API Search API Entity/View Tables Search Domain Auth Lambda API Lambda Auth Lambda API Lambda Async Processing Lambdas
  • 47. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Assets Bucket SDK API Search API Entity/View Tables Auth Lambda API Lambda Auth Lambda API Lambda Async Processing Lambdas Search Domain
  • 48. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Assets Bucket SDK API Search API Entity/View Tables Auth Lambda API Lambda Auth Lambda API Lambda Async Processing Lambdas Search Domain
  • 49. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Assets Bucket SDK API Search API Entity/View Tables Auth Lambda API Lambda Auth Lambda API Lambda Async Processing Lambdas Search Domain
  • 50. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Assets Bucket SDK API Search API Entity/View Tables Auth Lambda API Lambda Auth Lambda API Lambda Async Processing Lambdas Search Domain
  • 51. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Assets Bucket SDK API Search API Entity/View Tables Auth Lambda API Lambda Auth Lambda API Lambda Async Processing Lambdas Search Domain
  • 52. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Not seen • Async processing Lambdas interfacing with Amazon SNS/Amazon SQS • A few other internal services • Alpha/beta/gamma • Multiple regions
  • 53. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Not seen • Async processing Lambdas interfacing with Amazon SNS/Amazon SQS • A few other internal services • Alpha/beta/gamma • Multiple regions • A single Amazon EC2 instance per region, to test that the service is working properly BEST PRACTICE ALERT: Don’t test from the managed service to managed service to be tested
  • 54. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Did building serverless-ly mean a massive shift in tools/practices? Photo by Carlos Irineu da Costa on Unsplash
  • 55. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Nope.
  • 56. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Building with Serverless services at AWS • Using Amazon CloudFormation/AWS SAM to manage infrastructure • Leveraging existing CI/CD tools that have been tweaked to support tools like SAM • Difference in telemetry data made up for with more logging and usage of tools like AWS X-Ray • Same languages as always: Java, Python, Node.js • Little to no changes in development/testing practices: • peer review • test in “cloud” • linting, syntax checking, unit/service testing • canary deploy out slowly & rollback immediately if things go boom
  • 57. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. “Tell me your biggest pain points right now” Photo by Zhen Hu on Unsplash
  • 58. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Tell me your biggest pain points right now: Limits Scoping the size of a service Proper “stack” boundaries Improving alarms/monitoring Improving testing (always)
  • 59. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Tell me your biggest pain points right now: Limits Scoping the size of a service Proper “stack” boundaries Improving alarms/monitoring Improving testing (always) AWS Service teams are just like you!
  • 60. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Tell me your biggest pain points right now: Limits Scoping the size of a service Proper “stack” boundaries Improving alarms/monitoring Improving testing (always) AWS Service teams are just like you! Except.......
  • 61. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What you can do to be like AWS • Organizational structure aligns with microservice based architecture which aligns well with serverless • Standardized, yet flexible tools made supporting serverless essentially “snapping in” new capabilities • CI/CD is a must • Peer review is the one thing you aren’t doing but should • Understanding when you need a REST API vs. using another invoke model • related: Sync vs. async
  • 62. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What you can do to be like AWS • If moving to #serverless feels like a giant shift for your org/team, move slow and purposefully • If someone is telling you that you need all new tools to develop for serverless, they are wrong or selling you something • Potentially something that competes What customers tell me: Serverless benefits pay off vs. the time ramping up
  • 63. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Yawn.. Well that was kinda.. boring...? Photo by Raphael Schaller on Unsplash
  • 64. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. That’s kind of the idea... and it can lead to an exciting future
  • 65. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Going back to Amazon Photo by Chris Munns
  • 66. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What happens if we reduce operational burden massively and reduce the amount of code we have to write?
  • 67. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What if 2 pizzas is 1 too many?
  • 68. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. × Microservice architecture × Continuous delivery × Multiple environments Thousands of teams > XXX million deployments a year? If fewer people are needed to build things, can we build more things & faster??? ?x more
  • 69. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. About me: Chris Munns - munns@amazon.com, @chrismunns • Principal Developer Advocate - Serverless • New Yorker • Previously: • AWS Business Development Manager – DevOps, July ’15 - Feb ‘17 • AWS Solutions Architect Nov, 2011- Dec 2014 • Formerly on operations teams @Etsy and @Meetup • Little time at a hedge fund, Xerox and a few other startups • Rochester Institute of Technology: Applied Networking and Systems Administration ’05 • Internet infrastructure geek
  • 70. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. aws.amazon.com/serverless
  • 71. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Chris Munns munns@amazon.com @chrismunnshttps://www.flickr.com/photos/theredproject/3302110152/
  • 72. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. ?https://secure.flickr.com/photos/dullhunk/202872717/