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

  Рет қаралды 122,251

Be A Better Dev

Be A Better Dev

Күн бұрын

AWS Lambda is a powerful service that allows developers to worry less about the hardware, and worry more about the applications. Learn about what AWS Lambda is, how it came to be, and why its so useful in this introductory video.
Check out my Lambda course here: www.udemy.com/course/aws-lamb...
Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabetterdev.com/cour...
🎉SUPPORT BE A BETTER DEV🎉
Become a Patron: / beabetterdev
📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
Clean Code - amzn.to/37T7xdP
Clean Architecture - amzn.to/3sCEGCe
Head First Design Patterns - amzn.to/37WXAMy
Domain Driven Design - amzn.to/3aWSW2W
Code Complete - amzn.to/3ksQDrB
The Pragmatic Programmer - amzn.to/3uH4kaQ
Algorithms - amzn.to/3syvyP5
Working Effectively with Legacy Code - amzn.to/3kvMza7
Refactoring - amzn.to/3r6FQ8U
🎙 MY RECORDING EQUIPMENT 🎙
Shure SM58 Microphone - amzn.to/3r5Hrf9
Behringer UM2 Audio Interface - amzn.to/2MuEllM
XLR Cable - amzn.to/3uGyZFx
Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
Desk Microphone Mount - amzn.to/3qXMVIO
Logitech C920s Webcam - amzn.to/303zGu9
Fujilm XS10 Camera - amzn.to/3uGa30E
Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
💻 MY DESKTOP EQUIPMENT 💻
Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
Autonomous ErgoChair 2 - bit.ly/2YzomEm
Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
🌎 Find me here:
Twitter - / beabetterdevv
Instagram - / beabetterdevv
Patreon - Donations help fund additional content - / beabetterdev
#AWS
#Lambda

Пікірлер: 58
@sursargam-nimish
@sursargam-nimish 4 ай бұрын
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!
@dylan_poley
@dylan_poley 6 ай бұрын
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!
@Liv4IT
@Liv4IT 2 жыл бұрын
Useful precise and get to the point video thank you 😊
@hameddadgour
@hameddadgour Жыл бұрын
Great video. Thank you for sharing!
@MhyB09
@MhyB09 9 ай бұрын
very helpful and well explained. thank you
@lifelesstutorialbuilder1
@lifelesstutorialbuilder1 7 ай бұрын
rise and shine mister freeman, *r i s e*
@NicoTsiridis
@NicoTsiridis 11 күн бұрын
Fantastic explanation, thanks!
@AbdulRehman-hc9kc
@AbdulRehman-hc9kc Жыл бұрын
Very well explained
@user-wn3gl8ej8y
@user-wn3gl8ej8y 2 жыл бұрын
Great material, thank u.
@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
@bobbyvishal8773
@bobbyvishal8773 Жыл бұрын
Clean and simple
@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.
@t1910j
@t1910j 11 ай бұрын
Enlightening!
@mostinho7
@mostinho7 Жыл бұрын
Done thanks
@akab211
@akab211 Жыл бұрын
Perhaps Gordon Freeman knows about lambdas?
@sreedevi1648
@sreedevi1648 Жыл бұрын
Excellent
@user-sn2eu4ve2f
@user-sn2eu4ve2f Жыл бұрын
VERY VERY GOOD
@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?
@rishiraj2548
@rishiraj2548 9 ай бұрын
thanks
@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!
@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.
@PankajVLOGZZz
@PankajVLOGZZz 2 жыл бұрын
Can we deploy spring boot java application with lambda and dynamodb
@hamodeyDooba
@hamodeyDooba Жыл бұрын
Hey Mate, Do you have coupon for you udemy course? I'm here to support your content , it look amazing
@cashbin58
@cashbin58 Жыл бұрын
Dawg that is just straight up the Half-life logo I mean its ORANGE for goodness sake
@JohnTheHumbleMan
@JohnTheHumbleMan 2 жыл бұрын
Wonderful course! It seems that you don't participate Udemy promotions? :P
@zuowang5185
@zuowang5185 5 ай бұрын
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 Ай бұрын
For lambda you’re billed when it is triggered, for ec2 you’re billed irrespective of usage.
@Omarwaqar-pt7wf
@Omarwaqar-pt7wf 3 ай бұрын
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
@trustypotato9998
@trustypotato9998 9 ай бұрын
wait a seccond, isnt that the lambda on hal-
@aplexcitygaming821
@aplexcitygaming821 Жыл бұрын
Is lambda Iaac or Paac? I still get those mixed up
@michellelunadev
@michellelunadev 6 ай бұрын
I think is PaaC because you dont need to install the runtime (Python, Node,etc), just choose it and write and execute code.
@mrrishiraj88
@mrrishiraj88 2 жыл бұрын
🙏👍👍
@metrocop8484
@metrocop8484 Жыл бұрын
Oh god
@momo_hl
@momo_hl Жыл бұрын
Have you seen a "Freeman" somewhere
@Unit4170
@Unit4170 Жыл бұрын
No
@denifnaf5874
@denifnaf5874 3 ай бұрын
Crowbar
@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?
@Trickshotplayz2009i-un2ds
@Trickshotplayz2009i-un2ds 11 ай бұрын
Wait lambda is a real thing? I thought it was a half life thing
@Toaster2thousand
@Toaster2thousand 5 ай бұрын
same
@yoyoclockEbay
@yoyoclockEbay 5 ай бұрын
He totally stole it from half life dude.
@momo_hl
@momo_hl Жыл бұрын
Half life moment
@Trickshotplayz2009i-un2ds
@Trickshotplayz2009i-un2ds 10 ай бұрын
Gordon freeman! And about time to.
@ernestoendean-hughes1328
@ernestoendean-hughes1328 7 ай бұрын
Big day today freeman
@smellyfarter20
@smellyfarter20 5 ай бұрын
Have you seen my coffee cup?
@denifnaf5874
@denifnaf5874 3 ай бұрын
*STOP FUCKING WITH THE MICROVAWE!!!* -Generic scientist 694201337
@dejay100
@dejay100 7 ай бұрын
I feel like companies who use lambda must have ridiculous ties.
@dejay100
@dejay100 7 ай бұрын
he uses the half life logo in the thumbnail ☠
@RandomN4me
@RandomN4me 4 ай бұрын
bro be using the half life lambda like its nothing
@gfgh1234
@gfgh1234 Жыл бұрын
Half life real
@TheLostProbe
@TheLostProbe Жыл бұрын
he doesn't know 💀💀
@Aha5653ch.
@Aha5653ch. 3 ай бұрын
half life confirmed
@somerandomaccount12
@somerandomaccount12 Жыл бұрын
HALF LIFE
AWS EC2 vs ECS vs Lambda | Which is right for YOU?
16:50
Be A Better Dev
Рет қаралды 180 М.
"I Hate Agile!" | Allen Holub On Why He Thinks Agile And Scrum Are Broken
8:33
WHO DO I LOVE MOST?
00:22
dednahype
Рет қаралды 19 МЛН
100😭🎉 #thankyou
00:28
はじめしゃちょー(hajime)
Рет қаралды 58 МЛН
Super gymnastics 😍🫣
00:15
Lexa_Merin
Рет қаралды 86 МЛН
AWS Step Functions Introduction - What is it and Why is it Useful?
19:03
AWS Lambda Function Execution and Cold Start
13:17
Be A Better Dev
Рет қаралды 18 М.
Top 50+ AWS Services Explained in 10 Minutes
11:46
Fireship
Рет қаралды 1,4 МЛН
AWS IAM Core Concepts You NEED to Know
21:40
Be A Better Dev
Рет қаралды 190 М.
Create Your First AWS Lambda Function | AWS Tutorial for Beginners
12:44
Tiny Technical Tutorials
Рет қаралды 125 М.
AWS EC2 vs Lambda | Whats the difference? Pros and Cons?
19:51
Be A Better Dev
Рет қаралды 124 М.
What is DevOps? REALLY understand it | DevOps vs SRE
35:33
TechWorld with Nana
Рет қаралды 869 М.
AWS DynamoDB Tutorial For Beginners
38:12
Be A Better Dev
Рет қаралды 324 М.
WHO DO I LOVE MOST?
00:22
dednahype
Рет қаралды 19 МЛН