AWS C# Part 8 - Passing data to lambda

preview_player
Показать описание
Welcome to the eighth part of the AWS C# tutorial!

In this video, we gonna create our second Lambda, so the place pallet Lambda. We gonna learn how to use HTTP POST requests with API Gateway and Lambda.

While using the CloudFormation template file, we will be able to create a scalable architecture of our .NET microservice within a few seconds.

All architecture will be hosted on Lambda written in C# :)

Check out my Twitter for daily programming content:

Facebook:

GitHub repository with finished project:
Рекомендации по теме
Комментарии
Автор

This series, two-and-a-half years later is exactly what I needed as a .NET developer to understand this type of architecture. Many, many thanks for your excellent work and efforts, this is a gold series!! I am using .NET 6/Entity Framework Core 6.05, and one thing I did need to do was create primary keys for the Pallet and Size tables in order to not have to include hard-coded Id values. E.g., [Key] attribute for Id properties in the models before migration, or "Id int not null identity(1, 1) constraint pk_Pallets primary key" create table sql after. Cheers!

bronco_billy
Автор

This is great stuff! Waiting for the next one in the series. Thank you!

ranjithvk
Автор

Hi, Your tutorial is excellent! Will there be part 9 where You explain secret manager? THNX!

neviorugas
Автор

This is great explanation, Can help me out how we can read the csv or excel file from the bucket using lambda function

vivekgowda
visit shbcf.ru