ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

733 results

The Dev World - by Sergio Lema
Deploy a Spring Boot Application to AWS Lambda with an API Gateway

In this video, I explain how to deploy a Spring Boot application to AWS Lambda. With Spring Boot, I can create several endpoints, ...

9:49
Deploy a Spring Boot Application to AWS Lambda with an API Gateway

9,951 views

1 year ago

Java in the Cloud
How AWS Lambda Scales

In this video, I use my website http://lambda-sim.sailes.co.uk to demonstrate how AWS Lambda scales with traffic. I've made a ...

5:30
How AWS Lambda Scales

32 views

3 months ago

IBM Technology
What is Serverless?

Learn more about Serverless Computing → http://ibm.biz/serverless-computing-guide Check out "What is FaaS?" lightboard video ...

6:42
What is Serverless?

227,726 views

5 years ago

Anton Putra
Google Functions vs. AWS Lambda performance benchmark (2023)

Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or me@antonputra.com ...

6:11
Google Functions vs. AWS Lambda performance benchmark (2023)

9,587 views

3 years ago

pixegami
How to Run a Python Docker Image on AWS Lambda

Learn how to run a Python Docker image on AWS Lambda using Lambda container images. Using Docker containers for your ...

13:08
How to Run a Python Docker Image on AWS Lambda

53,940 views

2 years ago

Amazon Web Services
Seamlessly Integrate AWS Lambda with Amazon MSK | Amazon Web Services

In this video, you'll see how to seamlessly integrate AWS Lambda with Amazon Managed Streaming for Kafka (Amazon MSK).

5:01
Seamlessly Integrate AWS Lambda with Amazon MSK | Amazon Web Services

8,953 views

2 years ago

AWS Developers
*New* AWS Lambda Local IDE Experience!

AWS Lambda has an enhanced local IDE experience to simplify application development. The new features help you more easily ...

7:54
*New* AWS Lambda Local IDE Experience!

7,348 views

11 months ago

Amazon Web Services
Back to Basics: Building Fan-Out Serverless Architectures Using SNS, SQS and Lambda

... SQS as subscriber to SNS: https://docs.aws.amazon.com/sns/latest/dg/sns-sqs-as-subscriber.html AWS Lambda with SQS: ...

5:17
Back to Basics: Building Fan-Out Serverless Architectures Using SNS, SQS and Lambda

4,878 views

1 year ago

AWS Events
AWS re:Invent 2024 - Supercharge Lambda functions with Powertools for AWS Lambda (DEV339)

AWS Lambda functions are crucial in cloud architectures but can be challenging due to potential failures and repetitive ...

19:04
AWS re:Invent 2024 - Supercharge Lambda functions with Powertools for AWS Lambda (DEV339)

2,712 views

1 year ago

IntelliJ IDEA, a JetBrains IDE
AWS in IntelliJ IDEA (2022)

In this video, we're going to explore how to work with AWS using IntelliJ IDEA. AWS Toolkit User Guide: ...

10:40
AWS in IntelliJ IDEA (2022)

45,794 views

3 years ago

LearnCantrill
Mini Project - Using Lambda and AWS X-Ray to debug ( serverless ) applications

00:00 - PREP 01:21 - STAGE1 - Create Dog Photo Bucket 02:09 - STAGE2 - Create Lambda Execution Role 03:50 - STAGE3 ...

16:29
Mini Project - Using Lambda and AWS X-Ray to debug ( serverless ) applications

15,996 views

2 years ago

Code with Gauri
Create a lambda function using Cloudformation

About ▭▭▭▭▭▭ Learn how to create an AWS Lambda function using CloudFormation in this step-by-step tutorial.

18:25
Create a lambda function using Cloudformation

11,672 views

2 years ago

TrainWithOK
AWS: Creating a Lambda Function

Use my below coupon link to get detailed course on AWS ECR with 50% off.

7:39
AWS: Creating a Lambda Function

2,390 views

2 years ago

IT Cheer Up
How to Use AWS CodeStar to Manage Lambda Java Project from Source to Test Locally

AWS CodeStar uses AWS CodePipeline to connect CodeCommit, CodeBuild, CloudFormation, and CloudWatch to manage code ...

9:16
How to Use AWS CodeStar to Manage Lambda Java Project from Source to Test Locally

823 views

7 years ago

Amazon Web Services
Build a Java Event-driven Serverless App with Amazon CodeWhisperer | Amazon Web Services

Sign up to access Amazon CodeWhisperer in preview: https://bit.ly/3s2kKKV In this video, you'll see how you can build a Java ...

6:52
Build a Java Event-driven Serverless App with Amazon CodeWhisperer | Amazon Web Services

5,891 views

3 years ago

Code With Divya
Calling an AWS Lambda function from Spring Boot REST API made easy

In this video, I will demonstrate how to call an AWS Lambda function of my AWS console from a Spring Boot app. I will do all the ...

14:31
Calling an AWS Lambda function from Spring Boot REST API made easy

472 views

1 year ago

Digital Cloud Training
Create a Serverless Application with SNS SQS and Lambda

... you'll learn how to build a simple event-driven and serverless application using Amazon SNS, Amazon SQS, and AWS Lambda.

7:03
Create a Serverless Application with SNS SQS and Lambda

13,715 views

3 years ago

Serverless Land
Remote Debugging AWS Lambda with AWS Toolkit in Kiro/VS Code

Learn how to perform remote debugging on AWS Lambda functions using the AWS Toolkit in Kiro or VS Code. In this tutorial, we'll ...

5:03
Remote Debugging AWS Lambda with AWS Toolkit in Kiro/VS Code

1,457 views

5 months ago

Anton Putra
AWS Lambda - Create Lambda Function Using Terraform (API Gateway & IAM S3 Access & Serverless)

Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or me@antonputra.com ...

11:59
AWS Lambda - Create Lambda Function Using Terraform (API Gateway & IAM S3 Access & Serverless)

29,741 views

3 years ago

Gate Smashers
Lec-28: What is Serverless? | AWS Lambda vs EC2 | Serverless Vs Server Based

Serverless and server-based architectures differ in how they handle infrastructure management. Serverless allows developers to ...

9:08
Lec-28: What is Serverless? | AWS Lambda vs EC2 | Serverless Vs Server Based

20,110 views

11 months ago

Dr. Joanne Skiles
How to Deploy AWS Lambda using Serverless Framework

In this video, you will learn how to deploy AWS Lambda functions using Serverless Framework. You will also learn how to set up a ...

18:25
How to Deploy AWS Lambda using Serverless Framework

8,834 views

3 years ago

CodeSpace
How to keep AWS lambda warm (prevent cold start)

Avoid cold start of amazon lambda using warm-up plugin. And make aws lambda always available instead of spinning up a fresh ...

4:36
How to keep AWS lambda warm (prevent cold start)

8,344 views

7 years ago

Worn Off Keys
AWS Lambda Schedule Functions with a CRON Timer (2020)

In this video we go over how to schedule a lambda function to run on a timer. For an example our function will delete files in an s3 ...

11:16
AWS Lambda Schedule Functions with a CRON Timer (2020)

945 views

5 years ago

5 Minutes Tech
Microservices Explained in 5 Minutes

What are Microservices? Microservices are a popular architectural pardigm used to build decoupled, maintainable, evolvable and ...

5:17
Microservices Explained in 5 Minutes

1,006,991 views

3 years ago

ASCENDING INC
AWS lambda layer for Serverless Dependency Management

In this video, we will talk about AWS Lambda Layers. Dependency management is a headache in a serverless application ...

5:32
AWS lambda layer for Serverless Dependency Management

370 views

5 years ago