Skip to content

Files

Latest commit

cc06e12 · Jan 19, 2022

History

History

class-16

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 19, 2022
Nov 29, 2021

Serverless Functions

As deployment practices evolve Serverless computing has emerged as an efficient (in terms of time and money) solution for many projects.

Learning Objectives

Students will be able to

Describe and Define

  • What is Serverless.
  • How Serverless compares to traditional deployment approaches.
  • Pros and Cons of Serverless Computing.
  • Explain how Serverless is not really server-less.

Execute

  • Deploy a Serverless function to the cloud.
  • Allow users to interact with Serverless function.