Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 537 Bytes

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.