AWS Lambda | Top 10 AWS Services

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
Top 10 AWS Services. Let's talk about the  Lambda. EC2 is fine if I run a server 24   hours a day 7 days a week. But what if my  application has infrequent access? AWS Lambda   allows me to pay only for the requests.  When my application receives one request,   the server starts, handles the request and  shuts down until the next one. This reduces   the cost significantly. AWS Lambda already  connects the web request to a method in in   my project. I don't need to configure  a web server. It's already managed by   AWS Lambda. And AWS starts as many Lambdas as  incoming requests. This can also be risky. As   the cost increases if I don't configure  correctly the maximum accepted Lambdas.
Info
Channel: The Dev World - by Sergio Lema
Views: 246
Rating: undefined out of 5
Keywords: aws, aws lambda
Id: iR7emDsaW6A
Channel Id: undefined
Length: 0min 47sec (47 seconds)
Published: Mon Mar 04 2024
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.