Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 5.56 KB

Learning_Resources.md

File metadata and controls

71 lines (62 loc) · 5.56 KB

Learning Resources

This page outlines a collection of learning resources curated by the .NET SDK/Lambda team to best help guide learning and development with the various tools included in this repo.

Table of Contents

General

Lambda Developer Guide

AWS Blog Posts

Community Posts

Templates & Repositories

  • serverlessDotNetStarter - By Florian Fuß
    • Start with a simple template for Visual Studio Code
    • Debug locally with Lambda NET Mock Test Tool
    • Deploy easily with the serverless framework

AWS Recorded Talks

  • Building a .NET Serverless Application on AWS By Abby Fuller, Tara Walker and Nicki Klien 2018
    • Demo of a serverless application using the AWS .NET SDK, AWS Lambda, AWS CodeBuild, AWS X-Ray, Amazon Dynamo DB Accelerator (DAX), and the AWS Toolkit for Visual Studio.
  • Serverless Applications with AWS - From NDC Minnesota 2018 by Norm Johanson
    • Description of how .NET Core Lambda works
    • Explain how AWS Lambda scales
    • How to use AWS Step Functions
    • A brief section on using the .NET Lambda tools for CI/CD
  • .NET Serverless Development on AWS - AWS Online Tech Talks by Norm Johanson 2018
    • Shows how to use both Visual Studio and dotnet CLI tools
    • Create an F# Lambda function
    • How to use X-Ray with Lambda
    • Demonstrate using the dotnet lambda package-ci command for CI/CD with AWS Code services.
  • Containers and Serverless with AWS - From NDC Oslo 2018 By Norm Johanson
    • Compares the serverless and container platforms to help inform deciding which platform to use.
  • How to Deploy .NET Code to AWS from Within Visual Studio - AWS Online Tech Talks, August 2017

Community Recorded Talks