Top Banner
© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Eric Johnson Sr. Developer Advocate Serverless, AWS @edjgeek Leveraging serverless in full- stack development
52

Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

May 21, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Eric Johnson – Sr. Developer Advocate – Serverless, AWS

@edjgeek

Leveraging serverless in full-

stack development

Page 2: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Who am I? • @edjgeek

• Husband and father of 5

• Senior Developer Advocate – Serverless, AWS

• Serverless tooling and automation nerd

• Solutions & software architect (> 25 years)

• Music lover

• Pizza lover (without pineapple)

• Pusher of #ServerlessForEveryone

Page 3: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Application architecture

journey

Page 4: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The single server architecture

Proxy/Firewall: NGINX, Apache, F5, Zeus

Server: IIS, Apache, Tomcat

Code: Node, .Net, Ruby, Java,

Go, Python

Database: SQL, MySQL, PostgreSQL,

Mongo, Cassandra

Many

application

architectures

start here.

Page 5: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The tiered architecture

Proxy/Firewall

Server

Database

We then break

applications

into tiers

based on

functionality.

Page 6: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The tiered architecture

Proxy/Firewall

Backend

Database

Client Even

separating the

client and

backend.

Page 7: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The redundant tiered architecture

Proxy/Firewall

Backend

Database

Client load balancer

Client

Backend load balancer

As

applications

scale, we

build in

redundancy.

Page 8: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The “more” redundant tiered architecture

Page 9: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The “more” redundant tiered architecture

More redundant,

more infrastructure,

more management,

more cost.

Page 10: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The containers architecture

Proxy/Firewall

Client

Backend

Database

But what

about

containers?

Page 11: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The “more” redundant containers architecture

Proxy/Firewall

Client

Backend

Database

Load balancer

Page 12: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

The “more” redundant containers architecture

Proxy/Firewall

Client

Backend

Database

Load balancer More redundant,

more infrastructure,

more management,

more cost.

Page 13: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to the cloud AWS Cloud

VPC Availability Zone Availability Zone

Backend Auto Scaling group

Client Auto Scaling group Instance(s)

Application Load Balancer

Application Load Balancer

Instance(s)

Instance(s)

Instance(s)

Amazon RDS Amazon RDS

Page 14: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving containers to the cloud AWS Cloud

VPC Availability Zone Availability Zone

Application Auto Scaling group

Application Load Balancer

Amazon RDS Amazon RDS

Amazon Elastic

Container Service

Amazon Elastic

Container Service

Page 15: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving containers to the cloud AWS Cloud

VPC Availability Zone Availability Zone

Application Auto Scaling group

Application Load Balancer

Amazon RDS Amazon RDS

Amazon Elastic

Container Service

Amazon Elastic

Container Service

Moving to the cloud offers sophisticated automation and tooling

to help manage scaling and redundancy.

Page 16: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving containers to the cloud AWS Cloud

VPC Availability Zone Availability Zone

Application Auto Scaling group

Application Load Balancer

Amazon RDS Amazon RDS

Amazon Elastic

Container Service

Amazon Elastic

Container Service

But…

Page 17: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving containers to the cloud AWS Cloud

VPC Availability Zone Availability Zone

Application Auto Scaling group

Application Load Balancer

Amazon RDS Amazon RDS

Amazon Elastic

Container Service

Amazon Elastic

Container Service

There is still infrastructure to manage and pay for.

Page 18: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Hello serverless!

Page 19: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

What is serverless?

Source: Digital Rewrites The Rules Of Business, Forrester, February 2018

No infrastructure provisioning,

no management

Automatic scaling

Pay for value Highly available and secure

Page 20: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Serverless applications

Event source Services

Changes in

data state

Requests to

endpoints

Changes in

Resource state

Function

Node.js

Python

Java

C#

Go

Ruby

Runtime API

Page 21: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Common AWS Lambda use cases

Web Apps Backends Data

Processing

Chatbots Amazon Alexa IT Automation

• Static

websites

• Complex

web apps

• Packages

for Flask

and

Express

• Apps &

services

• Mobile

• IoT

• Real time

• MapReduce

• Batch

• Powering

chatbot

logic

• Powering

voice-

enabled

apps

• Alexa Skills

Kit

• Policy

engines

• Extending

AWS services

• Infrastructure

management

Page 22: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Common AWS Lambda use cases

Web Apps Backends Data

Processing

Chatbots Amazon Alexa IT Automation

• Static

websites

• Complex

web apps

• Packages

for Flask

and

Express

• Apps &

services

• Mobile

• IoT

• Real time

• MapReduce

• Batch

• Powering

chatbot

logic

• Powering

voice-

enabled

apps

• Alexa Skills

Kit

• Policy

engines

• Extending

AWS services

• Infrastructure

management

I will be spending

most of the time in

the Web Apps and

Backend area.

Page 23: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Serverless in full-stack

development?

Page 24: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – client

Assumption: Client is

separate from

backend.

Page 25: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – client

Assumption: Client is

separate from

backend.

If not, don’t worry,

I’ll cover that too.

Page 26: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Amazon Simple Storage

Service

Moving to serverless – client

• Hosting for http and https

• Object versioning

• Bucket policy, ACL, and IAM

security controls.

• 99.999999999% (11 9s)

data durability

• Custom domains

• Domain redirects

Page 27: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – client

AWS Amplify Console

Lambda@edge

Amazon S3

• Powered by Lambda@edge

and Amazon S3

• CI/CD

• Build configurations

• Feature branch

deployments

• Global availability (CDN)

• Basic password protection

Page 28: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – API

The proxy/firewall

now points directly at

the backend.

Page 29: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Amazon API Gateway

Moving to serverless – API

• Load balancing and redundancy built in

• REST, WebSocket

• 10k+ requests per second (soft limit)

• Private, regional or global options

• Application authentication and

authorization

• SSL offloading

• Custom domains

• API user keys and throttling

• Data validation

• Resource Policy, IAM security

Page 30: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

AWS Lambda

Moving to serverless – compute

• Supports Node, Python, Go, Ruby,

Java, and .NetCore natively

• Custom runtime for all other

languages

• Triggered by many internal and

external events

• 1k concurrent invocations (soft limit)

• Triggered synchronously and

asynchronously

Page 31: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – database

Amazon

Aurora

Amazon

DocumentDB

(with MongoDB

compatibility)

Amazon

DynamoDB

Amazon

Redshift

Amazon

Neptune

Amazon Quantum

Ledger Database Amazon

RDS

Amazon

Timestream

Page 32: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – database

Amazon

Aurora

Amazon

DocumentDB

(with MongoDB

compatibility)

Amazon

DynamoDB

Amazon

Redshift

Amazon

Neptune

Amazon Quantum

Ledger Database Amazon

RDS

Amazon

Timestream

In a web stack, these

are the most

common database

options

Page 33: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Moving to serverless – database

Amazon Aurora

Serverless

Amazon

DocumentDB Amazon

DynamoDB

Amazon

RDS

Relational Databases NoSQL Databases

• Serverless

• Highly redundant

• Highly available

• Auto scaling

• PostgreSQL

• MySQL

• Simple scaling

• Engine native

replication

• Microsoft SQL

• MySQL

• PostgreSQL

• MariaDB

• Oracle

• Serverless

• Highly redundant

• Highly available

• Global tables

• High input and

output

• Highly redundant

• Highly available

• MongoDB

Compatible

Page 34: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Putting it all together

Page 35: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A basic website

Amazon API

Gateway

Lambda

function Amazon

DynamoDB

Table

AWS Cloud

Amazon

Aurora

Users

Amazon

RDS Proxy

Page 36: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A basic website

Amazon API

Gateway

Lambda

function

Amazon

DynamoDB

Table

AWS Cloud

Amazon

Aurora

Users

Amazon

RDS Proxy

HTML can be rendered by the

Lambda function and returned

to the user.

Page 37: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A basic website

Amazon API

Gateway

Lambda

function

Amazon

DynamoDB

Table

AWS Cloud

Amazon

Aurora

Users

Amazon

RDS Proxy

Pools and shares connections established

with the relational database

Page 38: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A basic website

Amazon API

Gateway

Lambda

function Amazon

DynamoDB

Table

AWS Cloud

Amazon

Aurora

Users

Amazon

RDS Proxy

All serverless services scale

automatically as needed to handle

client requests.

Page 39: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A basic client/backend website

AWS Amplify

Console

Amazon API

Gateway

Lambda

function Amazon

DynamoDB

Table

AWS Cloud

Amazon

Aurora

Users

Amazon

RDS Proxy

Client

application

hosted

serverlessly

and scales to

meet load

Page 40: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A basic secure client/backend website

AWS Amplify

(console)

Amazon API

Gateway

Lambda

function Amazon

DynamoDB

Table

AWS Cloud

Amazon

Aurora

Users

Amazon

RDS Proxy

Amazon

Cognito

User management and

authentication.

Page 41: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A microservice website

AWS Amplify

(console)

Amazon API

Gateway

Lambda

function Amazon

DynamoDB

Table

AWS Cloud

Users

Amazon

Cognito

Lambda

function

Lambda

function

/orders

/users/{userId}

/reports

Each Lambda

function has a single

responsibility

Page 42: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

A microservice website

AWS Amplify

(console)

Amazon API

Gateway

Lambda

function Amazon

DynamoDB

Table

AWS Cloud

Users

Amazon

Cognito

Lambda

function

Lambda

function

/orders

/users/{userId}

/reports

Lambda

function Amazon

EventBridge

More actions on data

Asynchronous post

processing via

streams and event

buses.

Page 43: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Getting started

Page 44: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

START WITH A FRAMEWORK S

TA

RT

WIT

H A

FR

AM

EW

OR

K

START WITH A FRAMEWORK START WITH A FRAMEWORK

START WITH A FRAMEWORK

START WITH A FRAMEWORK START WITH A

FRAMEWORK

STA

RT

WIT

H A

FR

AM

EW

OR

K START WITH A FRAMEWORK

START WITH A

FRAMEWORK! ST

AR

T W

ITH

A F

RA

ME

WO

RK

START WITH A FRAMEWORK START WITH A FRAME

WORK START WITH A FRAMEWORK START WITH

A FRAMEWORK START WITH A FRAMEWORK

START WITH A FRAMEWORK START WITH A FR

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

ST

AR

T W

ITH

A F

RA

ME

WO

RK

!

Page 45: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Frameworks: AWS SAM

Serverless

Application

Model

Page 46: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

SAM comes in two parts

Page 47: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

SAM comes in 2 parts

SAM templates SAM CLI

Using shorthand

syntax to express

resources and event

source mappings, it

provides

infrastructure as code

(IaC) for serverless

applications.

Provides tooling for

local development,

debugging, build,

packaging, and

deployment for

serverless

applications

https://aws.amazon.com/serverless/sam/

Page 48: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Frameworks: AWS Amplify

• Designed for front-end developers

• Allows creation of full-stack

serverless infrastructure

• Uses SAM for backend management

• Helps manage front end code and

backend connectivity for:

• Analytics

• APIs

• AR/VR

• Auth

• DataStore

• PubSub

• And more

https://aws-amplify.github.io/docs/

Page 49: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Frameworks: Third Party

Page 50: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

https://aws.amazon.com/serverless

Image by Dmitry Chestnykh from Pixabay

Page 51: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

http://bit.ly/sfo-serverless

Your feedback is appreciated!

Please take a

moment and let

me know how I

did and how I

can do better!

Page 52: Leveraging serverless in full- stack development...AWS Lambda Moving to serverless – compute •Supports Node, Python, Go, Ruby, Java, and .NetCore natively •Custom runtime for

© 2020, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Eric Johnson @edjgeek

Image Source: https://pixabay.com/illustrations/thank-you-polaroid-letters-2490552/