AWS Lambda Tutorial | Beginners to Advanced | Lambda Functions Tutorial

  Рет қаралды 54,579

techieandtravel

techieandtravel

Күн бұрын

Пікірлер: 51
@seph2x538
@seph2x538 2 жыл бұрын
I really enjoyed you tutorial on Lambda. I am a subscriber now. Keep putting out good concise content. Thx
@reaganlopezmusic
@reaganlopezmusic Жыл бұрын
great tutorial. I like how you included the pricing and limits info too. That's very useful to know.
@sukumaar357
@sukumaar357 Жыл бұрын
Great detailed exaplaination, even better than channel with 100k+ subscribers
@ManishKumar-qw3ft
@ManishKumar-qw3ft 11 ай бұрын
Good Video. Well Explained :)
@AlexanderHenry-j3g
@AlexanderHenry-j3g Жыл бұрын
Great Content. Thanks for making this video
@rushdishams
@rushdishams 2 жыл бұрын
Short, simple and to-the-point.
@alexg3041
@alexg3041 2 жыл бұрын
Great video man you are a legend!
@techieandtravel
@techieandtravel 2 жыл бұрын
Thanks. Glad that you liked it. :)
@technology_consultant
@technology_consultant 2 жыл бұрын
Nice Tutorial. Please create more videos on the LAMBDA function with more complex examples. Thanks
@techieandtravel
@techieandtravel 2 жыл бұрын
Thanks for liking it. Sure. Stay tuned!!
@ibknl1986
@ibknl1986 2 жыл бұрын
I liked your video. Please keep making further videos.
@techieandtravel
@techieandtravel 2 жыл бұрын
Thank you. Will be back soon with more videos
@karnansooriyakumar5897
@karnansooriyakumar5897 2 жыл бұрын
Thanks a lot, Great explanation
@techieandtravel
@techieandtravel 2 жыл бұрын
Thank you :)
@teddyperera8531
@teddyperera8531 Жыл бұрын
Thank you. very useful!
@jnana1985
@jnana1985 2 жыл бұрын
Thanks for this video.Very good explanation! Could you help me understand below lines in the code? source_bucket = event['Records'][0]['s3']['bucket']['name'] object_key = urllib.parse.unquote_plus(event['Records'][0]['s3']['object']['key'], encoding='utf-8') How are you configuring the event parameter in the fucntion?
@charliel.grayiireibfc7876
@charliel.grayiireibfc7876 2 жыл бұрын
Thanks so very much... outstanding presentation, my initiation re basics re AWS Lambda. Please make additional presentations re Node JS, or your preference. It's the platform I'm trying to get a grip to prepare for a certification run. Again... Thank so much... NEXTTIME... Cheers!!!
@techieandtravel
@techieandtravel 2 жыл бұрын
Thank you. Will soon come with new contents
@techysam-bl9mk
@techysam-bl9mk Жыл бұрын
nice tutorial
@RayyChanel
@RayyChanel 2 жыл бұрын
Thanks for the video, but where did you get the JPG image you used to upload onto your primary and secondary buckets
@techieandtravel
@techieandtravel 2 жыл бұрын
Thanks. I uploaded it from my local machine(laptop). You can click on “add files” an upload it. You can upload any files, doesn’t have to be jpg. Also this tutorial backs up files you add on your primary bucket, so i only uploaded to the primary bucket that triggered lambda function and backed it to the secondary bucket. Hope that helps :)
@maxweber6556
@maxweber6556 2 жыл бұрын
great video very comprehensive for AWS Lambda
@thomasgeiger8620
@thomasgeiger8620 2 жыл бұрын
Awesome. This cleared my understanding. Thanks a lot
@techieandtravel
@techieandtravel 2 жыл бұрын
Thank you, keep checking the contents :)
@sabitrimohan2369
@sabitrimohan2369 2 жыл бұрын
Thank you for this tutorial. It helped me a lot !
@techieandtravel
@techieandtravel 2 жыл бұрын
Awesome. Glad i could help!!
@cmuzo0208
@cmuzo0208 2 жыл бұрын
Good explanation, great video. Thank you very much.
@techieandtravel
@techieandtravel 2 жыл бұрын
Glad that you liked it :)
@krishj8011
@krishj8011 2 жыл бұрын
Great Tutorial...
@staytunedwithbhaiyaji
@staytunedwithbhaiyaji 2 жыл бұрын
Thanks..it helped a lot
@techieandtravel
@techieandtravel 2 жыл бұрын
Glad to hear that
@unixbash7992
@unixbash7992 2 жыл бұрын
Thank you Sir. Your videos are helping me learn AWS.
@techieandtravel
@techieandtravel 2 жыл бұрын
Thank you. Glad you like it :)
@ShanmugaPriya-yr3do
@ShanmugaPriya-yr3do 2 жыл бұрын
Thank you ..keep being awsome.
@Arjun_MusicLover
@Arjun_MusicLover 2 жыл бұрын
I subscribed after this video
@journeyblr
@journeyblr Жыл бұрын
Nice video
@parthapaul1249
@parthapaul1249 2 жыл бұрын
Thanks a lot, it was very helpful
@techieandtravel
@techieandtravel 2 жыл бұрын
Thank you! Glad you liked it
@akshatabondarde9744
@akshatabondarde9744 2 жыл бұрын
Can we have 2 roles selected for a single lambda function?
@abdoulatifndiaye683
@abdoulatifndiaye683 2 жыл бұрын
As of now, lambda can run on a 10GB memory. Just an update. Great video!!!
@techieandtravel
@techieandtravel 2 жыл бұрын
Thanks. Probably will update in another video 😃😃
@nikhilap8696
@nikhilap8696 2 жыл бұрын
Can we use lambda function for AI/ Ml if yes please make a video for it
@peacelifeofficial
@peacelifeofficial 8 ай бұрын
Really nice one, but one disappoint is you didn't upload video from last 2 yrs ...if you don't update new content will definitely think for unsubscribe 😅😅
@jaydattpathak4965
@jaydattpathak4965 2 жыл бұрын
How can i deploy my django project on aws lamda? I just subscribed you - loved your content
@techieandtravel
@techieandtravel 2 жыл бұрын
I would suggest deploying Django with zappa onto Aws Lambda. It will use normal AWS compute resources with API Gateway, S3. you can select AWS provided database (RDS easy to setup). Make sure to have an IAM user with programmatic access (access keys) and set that up. I have a sample django deployment with zappa in my blog @ techieandtravel.com/blog. Hope that helps
@peshotod
@peshotod 2 жыл бұрын
Unfortunately with my account doesn't work.It gives me this error: Your Lambda function "mysecondlambdafunction" was successfully created, but an error occurred when creating the trigger: Parameter ScheduleExpression is not valid. (Service: AmazonCloudWatchEvents; Status Code: 400; Error Code: ValidationException; Request ID: ; Proxy: null)
@techieandtravel
@techieandtravel 2 жыл бұрын
Check the code. It should work. Noone else has encountered it. May be some expression is missing
@factsreviewsupdates3430
@factsreviewsupdates3430 2 жыл бұрын
u don't undersand the code so just copy and paste it
@techieandtravel
@techieandtravel 2 жыл бұрын
lol
@emerastram5101
@emerastram5101 2 жыл бұрын
ρяσмσѕм ?
Introduction to AWS Lambda & Serverless Applications
56:02
Amazon Web Services
Рет қаралды 320 М.
Serverless Framework with AWS Lambda Crash Course
1:29:11
Laith Academy
Рет қаралды 113 М.
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
AWS Lambda function - Beginner to Advanced
45:58
LoveToCode
Рет қаралды 18 М.
Build a Serverless Workflow with AWS Step Functions
39:42
Be A Better Dev
Рет қаралды 53 М.
AWS Step Functions with Lambda Tutorial | Step by Step Guide
15:52
Be A Better Dev
Рет қаралды 252 М.
Create Your First AWS Lambda Function | AWS Tutorial for Beginners
12:44
Tiny Technical Tutorials
Рет қаралды 169 М.
STEP FUNCTION AWS DEMO | Run AWS Lambda using AWS Step Functions(Hindi)
41:30
Techno Devs with Saurabh
Рет қаралды 10 М.
AWS Lambda Introduction - What is it and Why is it Useful?
13:34
Be A Better Dev
Рет қаралды 149 М.