Building a Serverless REST API in .NET with AWS Lambda

preview_player
Показать описание


This video is sponsored by AWS

Hello everybody I'm Nick and in this video I will show you how you can build a completely serverless REST API in .NET using AWS Lambda. It is as simple as taking an existing REST API and adding A SINGLE LINE OF CODE! That being said, I do want to give some context so in this video we will also see how we got there.

Don't forget to comment, like and subscribe :)

Timestamps
Intro to AWS Lambda - 0:00
Creating a serverless API - 7:17
Turning our REST API serverless - 11:30

Social Media:

#aws #dotnet #serverless
Рекомендации по теме
Комментарии
Автор

Whats rly funny is that Nick does so much for Microsoft in general.
Microsoft: 👀
Amazon: Lets give this man some money

Dustyy
Автор

I am really impressed that with just a single line of code we can turn a webapi application into a serverless lambda. nice work from AWS team

antonmartyniuk
Автор

i just got a job writing REST APIs with Lambda, this video is the perfect primer. You rock Nick! :D

gravious
Автор

You are an alien man. Writing and speaking without any hesitation, just phenomenal. Kudos!

petkopetkov
Автор

You are a legend.

"Let's go ahead and add 60 and 9"

PereViader
Автор

I had to step back a bit to grab this concept: "Serverless is a cloud-native development model that allows developers to build and run applications without having to manage servers. There are still servers in serverless, but they are abstracted away from app development."

Автор

I've build many API's like this but not using AWS Lambdas, but Azure Functions. It's indeed dirt cheap, you can even set up availablitiy checks for your API's and log everything while barely spending money.

Code_Bits
Автор

Could you make a video or leave a comment about how you find new things to learn/what resource you use/what you follow and what's your proceess for learning new things? I'd be really interested because it always seems like you're on top of everything. Thank you!

TopLel
Автор

AWS sponsorship! Big things! :) All the best on your new career path!

michaelkurzewski
Автор

Thanks! Do you plan on releasing a REST API course ? Love your previous three courses.

vaibhavmor
Автор

Would really love to see a comparison between durable Azure Functions vs AWS step functions. I think the AWS part would nicely complement this video.

Marcel-dtdu
Автор

All the videos you suggested sounds cool. I would enjoy watching them 😇

BrunoJuliao
Автор

Thanks for doing this in Rider, the best IDE :)

Xblade-Dev
Автор

Yes to testing and infrastructure as code!!

TroyCSchmidt
Автор

Hey Nick, great content as always. I think there is an error on you example (at least that is the only way that worked for me), When you configure the function-handler, it should be . (period) instead of : (colon) between SimpleApi and Functions, the working string EDIT: I see you fixed it during the video :)

HenriqueGraca
Автор

Can you make tutorial on Orleans with AWS or Azure database?

caunt.official
Автор

Please list down all AWS policies that we needed to allow the access to deploy this lambda function

aarzoomanoosi
Автор

Could you show something like this via Azure?

olegkot
Автор

Hey, Nick. Could you please share your oh my posh theme? Maybe a repo that you could link in the description?

alphaios
Автор

My company has invested heavily in Azure, can you demonstrate a serverless app with Azure Functions?

petrowi