AWS Lambda using ECR and Dotnet Core based Docker Image

Описание к видео AWS Lambda using ECR and Dotnet Core based Docker Image

In this video we shall be deploying AWS Lambda using Dotnet Core 5 based Docker image. We would be using the Dotnet Core 5 to built the WebAPI, then create a docker image and publish to ECR. Once the image is published to AWS Elastic Container Registry or ECR, we shall continue and deploy the lambda from this image and shall update the image and then lambda thereafter.

The container image are new features that allows docker images to be used for container images. We shall also see some more advanced options to save time and improve performance such as batching.

Source code available at: https://github.com/letsdocoding/lambd...
Next Video in Series - Adding Custom Domain to AWS REST API Gateway

Index:
0:00 - Intro
1:30 - Logical Diagram
2:32 - Creating WebAPI project
3:13 - Brief Context
4:34 - Blueprints
6:05 - Exploring Default Files Generated
8:58 - Adding the new controllers
9:41 - Quick recap of code
11:53 - Updating the Dockerfile
16:23 - ECR Changes
18:00 - Pushing to ECR
19:32 - Batching the push
21:14 - Creating the Lambda
23:05 - Updating the image and lambda
25:23 - Lambda Configuration Options
23:38 - Adding REST API Gateway
29:12 - Testing the setup
30:15 - Deploying the API
31:21 - Closure and Steps Forward

Комментарии

Информация по комментариям в разработке