Using S3 with .NET Core 2 on AWS
This course, Using S3 with .NET Core on AWS, will teach C# developers how to create an ASP.NET Core web application that interacts with Amazon Web Services (AWS) S3.
What you'll learn
At the core of building web applications that interact with Amazon Web Services (AWS) S3 is a thorough knowledge of ASP.NET Core and the AWS SDK for .NET. In this course, Using S3 with .NET Core on AWS, you will learn how to create an ASP.NET Core application that interacts with Amazon S3 using the AWS SDK for .NET. First, you will learn how to set up an ASP.NET Core web application using a clean layered architectural approach. Next, you will learn how to add the code needed to interact with buckets and files from within our .NET Core application. Finally, you will discover how to create an integration test framework that will test your application's endpoints. When you are finished with this course, you will have a foundational knowledge of how to create a .NET Core web application, be able to interact with Amazon S3 from within your .NET Core application, and set up an integration test framework that will help you as you move forward to creating your own .NET Core applications that interact with Amazon S3 on AWS, whether personal or commercial.
Table of contents
- Version Check 0m
- Introduction 3m
- Tools and Application Overview 3m
- Life Backup Project 0m
- Demo: Creating Your .NET Core Web API Template 5m
- Demo: Adding Folders and Classes 5m
- Demo: Creating Our Amazon S3 Client 3m
- Demo: Adding a Global Exception Handler 3m
- Demo: Creating Your IAM Role 3m
- Demo: Installing the AWS Command Line Interface 3m
- Summary 1m
- Introduction 1m
- High-level vs. Low-level API 2m
- Demo: Registering and Injecting Our IFilesRepository 2m
- Demo: Add Files to an Amazon S3 Bucket 13m
- Demo: List Files inside Our Amazon S3 Bucket 4m
- Demo: Download Files from Our Amazon S3 Bucket 4m
- Demo: Delete Files from Our Amazon S3 Bucket 4m
- Demo: Add JSONObject to an Amazon S3 Bucket 6m
- Demo: Get JSONObject from an Amazon S3 Bucket 4m
- Summary 1m
- Introduction 2m
- Demo: Creating Our Integration Test Project 4m
- Demo: Docker and LocalStack Setup 9m
- Demo: Setting up the WebApplicationFactory 5m
- Demo: Create Bucket 1m
- Demo: Add Files Test 3m
- Demo: List Files Test 2m
- Demo: Download File Test 1m
- Demo: Delete File Test 1m
- Demo: AddJsonObject Test 2m
- Summary 1m