ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

162 results

CloudRider
Day 33: Create a Lambda Function | 100 Days of Cloud (AWS)

Today's Task: Your First Lambda Function AWS Lambda allows you to run code without provisioning or managing servers.

11:45
Day 33: Create a Lambda Function | 100 Days of Cloud (AWS)

261 views

4 days ago

CodingX
Lambda Function in Python | Explained Simply with Examples

In this video, we will understand Lambda Functions in Python in a very simple and clear way. You'll learn: - What is a lambda ...

11:22
Lambda Function in Python | Explained Simply with Examples

23 views

1 day ago

Meeting Cpp
Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025

Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025 Slides: https://slides.meetingcpp.com With C++23 already ...

1:02:45
Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025

2,255 views

5 days ago

SkillUpWithSachin
Map, Filter & Lambda in Python | Python Basic Series #skillupwithsachin #lambdafunction #python

map, filter, and reduce help you process data efficiently using a functional programming approach in Python. In this video, we ...

12:12
Map, Filter & Lambda in Python | Python Basic Series #skillupwithsachin #lambdafunction #python

0 views

4 days ago

Two Minute Papers
The Bug That Ruined Game Physics For Decades

Check out Lambda here and sign up for their GPU Cloud: https://lambda.ai/papers Using DeepSeek on Lambda: ...

8:32
The Bug That Ruined Game Physics For Decades

2,036 views

55 minutes ago

Vivian Aranha
AI Engineer Interview #13: Explain lambda functions and where they are useful

Explain lambda functions and where they are useful lambda functions in python are anonymous inline functions defined using the ...

3:56
AI Engineer Interview #13: Explain lambda functions and where they are useful

0 views

4 days ago

CloudRider
Day 34: Create a Lambda Function Using CLI | 100 Days of Cloud (AWS)

Today's Task: Deploying Lambda via Command Line Today, we are going to perform the same task as yesterday, but we will do it ...

9:01
Day 34: Create a Lambda Function Using CLI | 100 Days of Cloud (AWS)

206 views

3 days ago

FINOS
HTC-Grid: Scaling 100,000 Cores for Financial Risk on Kubernetes | Flamur Gogolli

By treating all compute as a Lambda function and utilizing serverless control planes, financial institutions can scale to 100000+ ...

35:38
HTC-Grid: Scaling 100,000 Cores for Financial Risk on Kubernetes | Flamur Gogolli

54 views

4 days ago

Tech Challenge
Day 9 Kotlin Lambda Functions Explained | Functional Programming Basics + Projects 🚀

Welcome back to Tech Challenge! Aaj ke is powerful video me hum seekhenge Lambda Functions in Kotlin — jo modern ...

42:55
Day 9 Kotlin Lambda Functions Explained | Functional Programming Basics + Projects 🚀

0 views

9 hours ago

Code Minions
100 Days of Python – Day 24: Lambda Functions in Python (Anonymous Functions)

Welcome to Day 24 of the 100 Days of Coding: Python Series! In today's video, we learn about lambda functions, also known as ...

18:44
100 Days of Python – Day 24: Lambda Functions in Python (Anonymous Functions)

27 views

1 day ago

Amazon Web Services
How do I connect to DynamoDB from a Lambda instance in a VPC?

Venkat shows you how to connect an AWS Lambda function to an Amazon DynamoDB table when deployed in an Amazon Virtual ...

2:55
How do I connect to DynamoDB from a Lambda instance in a VPC?

555 views

3 days ago

AntStack
Do You Still Need Step Functions? AWS Lambda Durable Functions Explained | AntStack TV

Before AWS Lambda Durable Functions, building long-running workflows meant stitching together multiple Lambdas, Step ...

15:02
Do You Still Need Step Functions? AWS Lambda Durable Functions Explained | AntStack TV

526 views

4 days ago

Prof. Reza
AWS Lambda Tutorial for Beginners | Step-by-Step

In this video, we walk you through creating your very first AWS Lambda function — the key to building an automated data workflow ...

4:44
AWS Lambda Tutorial for Beginners | Step-by-Step

26 views

4 days ago

Konstantin Vladimirov
Lecture 14. Ranges part II: Views and Adaptors (MIPT, 2025-2026).

Master's degree lectures at MIPT on modern C++ in English. Department of Microprocessor Technologies. This lecture continues ...

1:08:13
Lecture 14. Ranges part II: Views and Adaptors (MIPT, 2025-2026).

776 views

3 days ago

VJ Tech Talks
[Day20]Python Lambda, Map & Filter Explained | Python Tutorial for Beginners

#PythonTutorial #LambdaFunction #MapFunction #FilterFunction #PythonBasics #PythonProgramming #PythonTips ...

9:46
[Day20]Python Lambda, Map & Filter Explained | Python Tutorial for Beginners

34 views

2 days ago

NeuroVed
Lecture 12: Lambda Functions, Map & Filter in Python - Functional Programming Mastery in Hindi

In this advanced Lecture 12, master functional programming concepts in Python: Lambda functions for writing concise anonymous ...

46:36
Lecture 12: Lambda Functions, Map & Filter in Python - Functional Programming Mastery in Hindi

0 views

7 days ago

Dean's DevOps Lab
Lambda Functions & CloudWatch Logs
2:05
Lambda Functions & CloudWatch Logs

0 views

5 days ago

S.J.'s Pen-Test Lab
Red Team Tactics: Injecting Payloads into AWS Lambda for Admin Access

Serverless doesn't mean secure. In this video, we tackle the CloudGoat "Vulnerable Lambda" scenario to demonstrate a critical ...

48:10
Red Team Tactics: Injecting Payloads into AWS Lambda for Admin Access

0 views

2 days ago

Masti Adda Coding Zone
Lambda Functions in Python | Explained for Beginners

Lambda Functions in Python | Explained for Beginners In this video, you will learn Lambda Functions in Python in a simple and ...

16:22
Lambda Functions in Python | Explained for Beginners

361 views

7 days ago

CloudSolutionLabs
AWS CloudWatch Alarm + Lambda function Python | Production scenario

We discussed, how to disable amazon Cloud Watch alert for a certain time during production activity to avoid unnecessary alerts ...

8:33
AWS CloudWatch Alarm + Lambda function Python | Production scenario

0 views

1 day ago

CloudHack Infra
Payment Saga FULL Project | AWS Step Functions + LocalStack + Lambda | Real-Time Workflow Demo

PAYMENT SAGA — Complete End-to-End Workflow using LocalStack + AWS Step Functions + Lambda Ye video ek real-world ...

11:29
Payment Saga FULL Project | AWS Step Functions + LocalStack + Lambda | Real-Time Workflow Demo

36 views

6 days ago

Khem
AWS Event-Driven Architecture with CDK | S3 Triggers Lambda & SNS

We create an S3 bucket that triggers a Lambda function whenever a txt file is uploaded. The Lambda function then publishes a ...

26:15
AWS Event-Driven Architecture with CDK | S3 Triggers Lambda & SNS

14 views

2 days ago

Sunshine Learning
AWS S3 Upload Trigger | Invoke Lambda Function & Send SNS Notifications (Step-by-Step)

In this video, you'll learn how to automatically trigger an AWS Lambda function when a file is uploaded to an Amazon S3 bucket, ...

10:55
AWS S3 Upload Trigger | Invoke Lambda Function & Send SNS Notifications (Step-by-Step)

10 views

4 days ago

Cloud Guru
No API Gateway? No Problem! Test AWS Lambda APIs Using Function URLs 🚀

Did you know you can test AWS Lambda APIs without using API Gateway? Yes! AWS introduced Lambda Function URLs, ...

8:01
No API Gateway? No Problem! Test AWS Lambda APIs Using Function URLs 🚀

55 views

6 days ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

Awesome T-Shirts! Sponsors! Books! ☟☟ Hudson River Trading engineers use modern C++ to build performance-critical systems ...

16:13
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

6,624 views

1 day ago