AWS Lambda Introduction - What is it and Why is it Useful?

  Рет қаралды 137,477

Be A Better Dev

Be A Better Dev

Күн бұрын

Пікірлер: 70
@sursargam-nimish
@sursargam-nimish 8 ай бұрын
I did not know much about AWS until today and just within a few hours watching your videos on youtube, I don't feel overwhelmed anymore about learning everything that AWS has to offer. Serverless services make things so much easier for someone who is just starting to learn AWS. Thank you so much for your excellent videos!
@lifelies
@lifelies Ай бұрын
So great explanations. I'm in Sec Arch but as ex-dev very hard to find learnings like this. Thx for all vids already 2hrs Today and getting back on AWS
@lifelesstutorialbuilder1
@lifelesstutorialbuilder1 10 ай бұрын
rise and shine mister freeman, *r i s e*
@Morphletics
@Morphletics 9 ай бұрын
Really like your videos. Thank you for the time and effort your put into these. Your video on S3 helped me get one of the best presentation grades in my AWS DevOps training cohort!
@akab211
@akab211 Жыл бұрын
Perhaps Gordon Freeman knows about lambdas?
@BreadTeleporter1968
@BreadTeleporter1968 2 ай бұрын
Rise and Shine
@JohnMalarky66
@JohnMalarky66 Ай бұрын
Gordon doesn’t need to hear all of this, he’s a highly trained professional.
@Liv4IT
@Liv4IT 2 жыл бұрын
Useful precise and get to the point video thank you 😊
@broncioaguilarsanjuan9750
@broncioaguilarsanjuan9750 Ай бұрын
Awesome overview! Thanks! (: Can anyone expand on the limitations of using lambda? What specifics aspects of control one could consider not to use lambda instead of prioritising deployment for users?
@NicoTsiridis
@NicoTsiridis 4 ай бұрын
Fantastic explanation, thanks!
@anthonyparrett2779
@anthonyparrett2779 2 жыл бұрын
Really looking forward to more information about cold starts, especially when it comes to micro service architecture, if possible. Maybe even cost comparisons between running a server 24/7 with something like ECS/Fargate vs. using provisioned concurrency.
@app-o-matix
@app-o-matix 2 жыл бұрын
You might check out “Serverless Architectures on AWS - Second Edition” by Peter Sbarski, Yan Cui, and Ajay Nair. It discusses real life implementations using Lambda and Fargate with some mention of cost considerations. Am reading it now. Be sure to get the second edition, though, which is a very recent release.
@hameddadgour
@hameddadgour 2 жыл бұрын
Great video. Thank you for sharing!
@MEIYANG-sj2sb
@MEIYANG-sj2sb 2 ай бұрын
nice video, thank you!
@MhyB09
@MhyB09 Жыл бұрын
very helpful and well explained. thank you
@BeABetterDev
@BeABetterDev Жыл бұрын
This video is a free preview for my course: AWS Lambda - A Practical Guide. Join thousands of other students and learn the most important parts of AWS Lambda: bit.ly/aws-lambda-course
@szeredaiakos
@szeredaiakos Жыл бұрын
If you can fill couple of datacenters with your company's infrastructure it is vastly cheaper to do it in-house. Agility included.
@cashbin58
@cashbin58 Жыл бұрын
Dawg that is just straight up the Half-life logo I mean its ORANGE for goodness sake
@denifnaf5874
@denifnaf5874 7 ай бұрын
Crowbar
@zuowang5185
@zuowang5185 9 ай бұрын
9:00 doesn't ec2 also 1. you don't not need to manage hardware 2. can use AWS builtin security 3. can autoscale 4. pay for what you use 5. performant 6. service integration 7. easy to use
@josephrajareddy4606
@josephrajareddy4606 5 ай бұрын
For lambda you’re billed when it is triggered, for ec2 you’re billed irrespective of usage.
@МихаилЯнов-ч3я
@МихаилЯнов-ч3я 2 жыл бұрын
Great material, thank u.
@AbdulRehman-hc9kc
@AbdulRehman-hc9kc Жыл бұрын
Very well explained
@RandomN4me
@RandomN4me 8 ай бұрын
bro be using the half life lambda like its nothing
@bobbyvishal8773
@bobbyvishal8773 Жыл бұрын
Clean and simple
@mostinho7
@mostinho7 Жыл бұрын
Done thanks
@trustypotato9998
@trustypotato9998 Жыл бұрын
wait a seccond, isnt that the lambda on hal-
@t1910j
@t1910j Жыл бұрын
Enlightening!
@rishiraj2548
@rishiraj2548 Жыл бұрын
thanks
@neopabo
@neopabo Жыл бұрын
I have a sinking feeling small companies that launch products using Lambda will suddenly, mysteriously, be competing with Amazon's identical product 6 months down the line. Hm.
@splat752
@splat752 Жыл бұрын
Possibly. I am wondering what kind of people use it and for what. If one uses it for data science, say, with a long running CPU intensive task how expensive would it be and would I be better off using a VPS?
@mrnobody5763
@mrnobody5763 2 жыл бұрын
I gonna take your course for sure. I want to ask U, what you would suggest the most for the local development environment setup between CDK and SAM? I need to use Lambda with Python for a project which will interact with SQS, Rest APIs and will probably use DynamoDB or Aurora for the data layer. Coming from the java world, I'd like to create lots of unit tests and mocks (I saw moto as framework) and be able to debug the code locally pointing to the real infrastructure or to mocks. With such requirements, what would you suggest between CDK and SAM? I saw the summary of your course and I didn't see anything regarding development environment setup, unit tests and mocks. Maybe something regarding CDK. If it is so, I suggest you to add something. Thank you a lot for all the work you do, really appreciated.
@BeABetterDev
@BeABetterDev 2 жыл бұрын
Hi there. For infrastructure setup I suggest using cdk. For local testing, cdk has a new feature that lets you leverage Sam to execute your lambda code in a local docker container. I made a video on this recently called if you check my recent uploads. Hope this helps!
@guestsneezeplayz
@guestsneezeplayz 2 ай бұрын
why use the half life lambda instead of AWS lambda logo
@duresabih
@duresabih 3 ай бұрын
Is there an updated video?
@تحلیلبازارسهام-ج7ل
@تحلیلبازارسهام-ج7ل Жыл бұрын
VERY VERY GOOD
@Omarwaqar-pt7wf
@Omarwaqar-pt7wf 7 ай бұрын
What if someone spams your service or do DDOs attack on it you wallet will drain so how to protect our lambda services from these attacks
@sreedevi1648
@sreedevi1648 Жыл бұрын
Excellent
@hamodeyDooba
@hamodeyDooba 2 жыл бұрын
Hey Mate, Do you have coupon for you udemy course? I'm here to support your content , it look amazing
@assadlayne6446
@assadlayne6446 2 жыл бұрын
really looking forward to your Udemy course but they don't seem to be having a sale right now - any chance of that happening soon or getting a coupon code?
@JohnTheHumbleMan
@JohnTheHumbleMan 2 жыл бұрын
Wonderful course! It seems that you don't participate Udemy promotions? :P
@momo_hl
@momo_hl 2 жыл бұрын
Half life moment
@Trickshotplayz2009i-un2ds
@Trickshotplayz2009i-un2ds Жыл бұрын
Gordon freeman! And about time to.
@ernestoendean-hughes1328
@ernestoendean-hughes1328 10 ай бұрын
Big day today freeman
@smellyfarter20
@smellyfarter20 9 ай бұрын
Have you seen my coffee cup?
@denifnaf5874
@denifnaf5874 7 ай бұрын
*STOP FUCKING WITH THE MICROVAWE!!!* -Generic scientist 694201337
@C-1_room168-8
@C-1_room168-8 Ай бұрын
"Hi"
@metrocop8484
@metrocop8484 Жыл бұрын
Oh god
@momo_hl
@momo_hl Жыл бұрын
Have you seen a "Freeman" somewhere
@Unit4170
@Unit4170 Жыл бұрын
No
@PankajVLOGZZz
@PankajVLOGZZz 2 жыл бұрын
Can we deploy spring boot java application with lambda and dynamodb
@Trickshotplayz2009i-un2ds
@Trickshotplayz2009i-un2ds Жыл бұрын
Wait lambda is a real thing? I thought it was a half life thing
@Toaster2thousand
@Toaster2thousand 9 ай бұрын
same
@yoyoclockEbay
@yoyoclockEbay 8 ай бұрын
He totally stole it from half life dude.
@aplexcitygaming821
@aplexcitygaming821 Жыл бұрын
Is lambda Iaac or Paac? I still get those mixed up
@michellelunadev
@michellelunadev 10 ай бұрын
I think is PaaC because you dont need to install the runtime (Python, Node,etc), just choose it and write and execute code.
@TheLostProbe
@TheLostProbe Жыл бұрын
he doesn't know 💀💀
@dejay100
@dejay100 11 ай бұрын
I feel like companies who use lambda must have ridiculous ties.
@dejay100
@dejay100 11 ай бұрын
he uses the half life logo in the thumbnail ☠
@Aha5653ch.
@Aha5653ch. 7 ай бұрын
half life confirmed
@gtjjo
@gtjjo Жыл бұрын
Half life real
@mrrishiraj88
@mrrishiraj88 2 жыл бұрын
🙏👍👍
@Northstar2000
@Northstar2000 Ай бұрын
You will own nothing and be happy
@hazmatpants
@hazmatpants Ай бұрын
Why do we all have to wear these ridiculous ties?!
@male_090
@male_090 2 ай бұрын
Bruh just stoled logo from half life
@somerandomaccount12
@somerandomaccount12 Жыл бұрын
HALF LIFE
AWS EC2 vs ECS vs Lambda | Which is right for YOU?
16:50
Be A Better Dev
Рет қаралды 189 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 7 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,4 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 22 МЛН
AWS Step Functions Introduction - What is it and Why is it Useful?
19:03
Is it too late to learn Cloud Computing in 2024?
9:02
Tech With Lucy
Рет қаралды 54 М.
AWS API Gateway Introduction
27:48
Be A Better Dev
Рет қаралды 29 М.
NGINX Tutorial - What is Nginx
14:32
TechWorld with Nana
Рет қаралды 194 М.
Create Your First AWS Lambda Function | AWS Tutorial for Beginners
12:44
Tiny Technical Tutorials
Рет қаралды 147 М.
AWS Lambda function - Beginner to Advanced
45:58
LoveToCode
Рет қаралды 13 М.
AWS EC2 vs Lambda | Whats the difference? Pros and Cons?
19:51
Be A Better Dev
Рет қаралды 126 М.
Introduction to AWS Lambda & Serverless Applications
56:02
Amazon Web Services
Рет қаралды 316 М.
How To Become A DevOps Engineer in 2023? | Skills To Learn
20:34
Travis Media
Рет қаралды 578 М.
What is Kafka?
9:17
IBM Technology
Рет қаралды 465 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 7 МЛН