AWS Lambda is a powerful serverless compute service, but how are people using it to build real life applications? Learn about my Top 5 use cases for AWS Lambda in this video.
Step by Step Tutorials for the 5 use cases discussed: https://youtube.com/playlist?list=PL9nWRykSBSFi_pW6cf9ulKFa-vnvxJjzo
šSUPPORT Daniel @ BE A BETTER DEVš
Become a Patron: https://www.patreon.com/beabetterdev
š MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERSš
Clean Code – https://amzn.to/37T7xdP
Clean Architecture – https://amzn.to/3sCEGCe
Head First Design Patterns – https://amzn.to/37WXAMy
Domain Driver Design – https://amzn.to/3aWSW2W
Code Complete – https://amzn.to/3ksQDrB
The Pragmatic Programmer – https://amzn.to/3uH4kaQ
Algorithms – https://amzn.to/3syvyP5
Working Effectively with Legacy Code – https://amzn.to/3kvMza7
Refactoring – https://amzn.to/3r6FQ8U
š MY RECORDING EQUIPMENT š
Shure SM58 Microphone – https://amzn.to/3r5Hrf9
Behringer UM2 Audio Interface – https://amzn.to/2MuEllM
XLR Cable – https://amzn.to/3uGyZFx
Acoustic Sound Absorbing Foam Panels – https://amzn.to/3ktIrY6
Desk Microphone Mount – https://amzn.to/3qXMVIO
Logitech C920s Webcam – https://amzn.to/303zGu9
Fujilm XS10 Camera – https://amzn.to/3uGa30E
Fujifilm XF 35mm F2 Lens – https://amzn.to/3rentPe
Neewer 2 Piece Studio Lights – https://amzn.to/3uyoa8p
š» MY DESKTOP EQUIPMENT š»
Dell 34 inch Ultrawide Monitor – https://amzn.to/2NJwph6
Autonomous ErgoChair 2 – https://bit.ly/2YzomEm
Autonomous SmartDesk 2 Standing Desk – https://bit.ly/2YzomEm
MX Master 3 Productivity Mouse – https://amzn.to/3aYwKVZ
Das Keyboard Prime 13 MX Brown Mechanical- https://amzn.to/3uH6VBF
Veikk A15 Drawing Tablet – https://amzn.to/3uBRWsN
š Find me here:
Twitter – https://twitter.com/BeABetterDevv
Instagram – https://www.instagram.com/beabetterdevv/
Patreon – Donations help fund additional content – https://www.patreon.com/beabetterdev
Very clear explanation .Thank you
Excellent that you give real-world practical advice!
Daniel.Great Video.Thanks a lot.
Your Videos very helpful for me to learn AWS
thank you so much !!
Please make video on amplify CLI vs CloudFormation
I was kinda aware of 4 of these.. but the good explanation with proper examples will help me memorize these use cases.. Thanks for sharing
I'm still having tough time justifying the use of step function since all those 5hunvs could be easily integrated within a single lambda
What is your daily basis job bro š
Your videos are concise and full of useful info, great job man āļø
Dynamodb streams processing itās another common use case for lambda in our company
Daniel's beard game is looking more powerful than an event-driven application!
Lambda functions are the most beautiful thing in the world. I love them. Thx for the video !
Great video. It's encouraging to see that there is some overlap between your top 5 use cases and the things I'm using Lambda for at my company.
Why publish to SNS then SQS instead of just sending messages directly to SQS?