.NET Workloads on AWS Lambda

COURSE OVERVIEW

About this Learning Plan

This Learning Plan helps Developers, Architects, and DevOps engineers understand and work with serverless functions using AWS Lambda.

You can use this course to gain basic proficiency with AWS Lambda, or supplement your existing experience. This course includes learning modules, a hands-on lab, and a skills assessment. A passing score of 80% of more earns you a digital badge you can share on social media, issued by Credly.

Overview

AWS offers technologies for running code, managing data, and integrating applications, all without managing servers. Serverless technologies feature automatic scaling, built-in high availability, and a pay-for-use billing model to increase agility and optimize costs. These technologies also eliminate infrastructure management tasks like capacity provisioning and patching, so you can focus on writing code that serves your customers. Serverless applications start with AWS Lambda, an event-driven compute service natively integrated with over 200 AWS services and software as a service (SaaS) applications

Course objectives

In this course, you will:

  • Get an introduction to serverless compute on AWS.
  • Learn the fundamentals of AWS Lambda.
  • Survey the tooling for .NET development on Lambda.
  • Understand which versions of .NET you can use with Lambda.
  • Know the 3 ways to run .NET Lambda: managed runtime, custom runtime, and container image.
  • Explore options for APIs: Amazon API Gateway and Lambda Function URLs.
  • Begin using AWS Lambda with .NET code.

Prerequisites

Before starting this tutorial, you will need:

  • An AWS account: If you don't already have an account, follow the Setting Up Your Environment getting started guide for a quick overview.

 AWS Experience

Beginner or Intermediate

 .NET Experience

Intermediate

 Time to Complete

3 hours

 Cost to Complete

The lab for this tutorial will cost approximately $5 in AWS charges, if all lab steps are performed and resources are promptly terminated. Failure to terminate AWS resources may result in accruing charges.

 Services Used

AWS Lambda

 Last updated

Dec 7, 2022

Modules

This tutorial is divided into the following modules. You may go through the modules fully, or skim and review, based on your experience and readiness.

  1. Introduction to AWS Lambda (45 minutes).
  2. Tooling for .NET Development (45 minutes).
  3. .NET on AWS Lambda (30 minutes).
  4. Working with Other AWS Services (30 minutes).
  5. Unit Testing and Debugging (30 minutes).
  6. Hands-on Lab: Create and Deploy Lambda Functions (60 minutes).
  7. Skills Assessment (16 questions, not timed): Assess your AWS Lambda skills.

Was this page helpful?

INTRODUCTION TO AWS LAMBDA