How to setup an AWS environment from scratch and deploy a .NET Core 3.1 API to AWS Lambda that connects to a SQL Server database running on AWS RDS (Relational Database Service) and sends email using AWS SES (Amazon Simple Email Service).
TUTORIAL: https://jasonwatmore.com/post/2021/05...
VIDEO SECTIONS
00:00 Overview
01:15 Create AWS VPC (Virtual Private Cloud)
03:06 Create AWS Subnets
06:20 Create AWS Internet Gateway (IGW)
06:52 Create AWS NAT Gateway
07:40 Configure VPC Route Tables
10:10 Configure VPC Security Group
11:19 Create SQL Server Database Instance in AWS RDS
14:13 Configure Email in AWS SES
18:28 Create AWS Lambda Function
20:54 Create HTTP API in AWS API Gateway
22:20 Download and Update .NET Core API to run on AWS Lambda
29:59 Deploy .NET Core API to Lambda
32:54 Test .NET Core API with Postman
SUBSCRIBE TO SEE MORE: https://www.youtube.com/c/JasonWatmor...
BLOG: https://jasonwatmore.com
TWITTER: / jason_watmore
GITHUB: https://github.com/cornflourblue
#dotnet #aspnetcore #awslambda