ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,544 results

AppCreative
AWS Lambda vs Microservices

What is the difference between AWS Lambda and microservices? These are both popular approaches for building scalable and ...

5:17
AWS Lambda vs Microservices

6,022 views

2 years ago

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

10,030 views

1 year ago

Un Programador Nace
🌟Java AWS Lambda 🌟 Your first step towards Serverless! 🚀💡

🌟 Java AWS Lambda 🌟 Discover the power of Serverless! Dive into the world of Lambda functions in Java with this detailed ...

12:20
🌟Java AWS Lambda 🌟 Your first step towards Serverless! 🚀💡

5,408 views

1 year ago

Cameron McKenzie
You first Java AWS Lambda function in less than 5 minutes

Here's a quick AWS Lambda in Java tutorial to quickly get you started with AWS functions. In this example we keep it super simple.

4:32
You first Java AWS Lambda function in less than 5 minutes

11,730 views

2 years ago

James Eastham
Deploy a SpringBoot API on AWS Lambda in 10 minutes

SpringBoot is the most widely used application framework in Java, but did you know you can run your SpringBoot applications on ...

12:16
Deploy a SpringBoot API on AWS Lambda in 10 minutes

38,026 views

3 years ago

Rayan Labs
AWS Lambda + API Gateway Tutorial: Build a Serverless API

Deploy a Serverless Lambda function that generates QR codes, and set up a REST API using AWS API Gateway to expose your ...

18:22
AWS Lambda + API Gateway Tutorial: Build a Serverless API

2,299 views

2 months ago

Dan Vega
AWS Lambda Java: How to create your first AWS Lambda Function in Java

In this tutorial, you will learn how to create your first AWS Lambda function in Java. I will walk you through how to create the project ...

16:44
AWS Lambda Java: How to create your first AWS Lambda Function in Java

49,623 views

3 years ago

CodeSnippet
⚡Your First Serverless API with AWS API Gateway & Lambda | Hands on Demo

In this video, we'll learn how to connect AWS API Gateway with AWS Lambda and trigger Lambda functions using HTTP requests.

10:58
⚡Your First Serverless API with AWS API Gateway & Lambda | Hands on Demo

3,490 views

4 months ago

Tiny Technical Tutorials
Create a REST API with API Gateway and Lambda | AWS Cloud Computing Tutorials for Beginners

The world runs on APIs (application programming interfaces) these days, and it's likely that you'll need to build APIs for your own ...

4:33
Create a REST API with API Gateway and Lambda | AWS Cloud Computing Tutorials for Beginners

123,875 views

3 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,019,089 views

3 years ago

codeonedigest
AWS Lambda with EventBridge Service | Step-by-Step Tutorial

In this tutorial, we will learn AWS Lambda service with Eventbridge target trigger. We will learn - • What is AWS Lambda service ...

19:34
AWS Lambda with EventBridge Service | Step-by-Step Tutorial

2,061 views

11 months ago

Made Easy
How to create AWS Lambda function using Spring Cloud Function | AWS Lambda + Spring Boot

How to create AWS Lambda function using Spring Cloud Function | AWS Lambda + Spring Boot Our other videos: How to create ...

8:24
How to create AWS Lambda function using Spring Cloud Function | AWS Lambda + Spring Boot

20,968 views

7 years ago

James Eastham
Deploy a SpringBoot 3 API on AWS Lambda in 10 minutes

SpringBoot is the most widely used application framework in Java, but did you know you can your SpringBoot 3 applications built ...

9:16
Deploy a SpringBoot 3 API on AWS Lambda in 10 minutes

13,510 views

2 years ago

Aviz Academy | AWS with Avinash Reddy
Deploy web application with Lambda, ApiGateway and DynamoDB | AWS Serverless Services

Deploy ing and delivering a web application with Lambda, ApiGateway and DynamoDB | AWS Server-less Services with Avinash ...

17:02
Deploy web application with Lambda, ApiGateway and DynamoDB | AWS Serverless Services

53,695 views

2 years ago

Harlan Enciso
De cero a serverless: despliega Spring Boot en AWS Lambda con Docker
17:34
De cero a serverless: despliega Spring Boot en AWS Lambda con Docker

24 views

2 months ago

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

Learn how to use fan-out messaging patterns with Amazon SNS to build decoupled and scalable distributed microservice ...

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

5,067 views

1 year ago

dTechXpert
How to Create an S3 Triggered Lambda Function in Java | A Complete Tutorial | Serverless

In this video, you will learn how to create an AWS S3 triggered Lambda function using Java. AWS Lambda is a serverless ...

13:20
How to Create an S3 Triggered Lambda Function in Java | A Complete Tutorial | Serverless

5,441 views

5 years ago

Dan Vega
Java 17 🤝 AWS Lambda: Creating Serverless Functions in Java & Spring with Java 17

Unleash the power of serverless computing with "Java 17 AWS Lambda: Creating Serverless Functions in Java & Spring with ...

19:55
Java 17 🤝 AWS Lambda: Creating Serverless Functions in Java & Spring with Java 17

27,525 views

2 years ago

Terminal Geeks
Master AWS Services with Terraform: Lambda, Spring Boot & More Introduction

Description: Welcome to the AWS Services with Terraform course! In this series, we'll dive deep into using AWS services like ...

8:09
Master AWS Services with Terraform: Lambda, Spring Boot & More Introduction

261 views

1 year ago

Oscar Gregorio
AWS Lambda con Java y Spring Boot

Creando una función lambda AWS con java y spring boot. Codigo: https://github.com/OscGoyo19/LambdaSpringBoot.git Canción ...

12:21
AWS Lambda con Java y Spring Boot

4,455 views

6 years ago

Cloud Guru
Deploy Spring Boot Application to AWS Lambda with AWS API Gateway

This tutorial will show you how to deploy Spring Boot applications to AWS Lambda. This tutorial covers everything you need to ...

15:22
Deploy Spring Boot Application to AWS Lambda with AWS API Gateway

785 views

11 months ago

Be A Better Dev
AWS EC2 vs ECS vs Lambda | Which is right for YOU?

Are you struggling to decide between EC2, ECS and Lambda for your AWS project? In this video, I explain what each of these ...

16:50
AWS EC2 vs ECS vs Lambda | Which is right for YOU?

224,102 views

5 years ago

Be A Better Dev
AWS Lambda Introduction - What is it and Why is it Useful?

AWS Lambda is a powerful service that allows developers to worry less about the hardware, and worry more about the ...

13:34
AWS Lambda Introduction - What is it and Why is it Useful?

181,520 views

3 years ago

SrcCodes
AWS Lambda SnapStart for Java | Reduce cold start time

AWS Lambda SnapStart feature will turbocharge the startup of your Java application by up to 10x at no additional cost. Article: ...

17:38
AWS Lambda SnapStart for Java | Reduce cold start time

1,271 views

2 years ago

Cloud Guru
Deploy Spring Boot Serverless CRUD API to AWS Lambda and API Gateway

This tutorial will show you how to deploy Spring Boot Crud App to AWS Lambda Function and invoke using AWS API Gateway.

13:18
Deploy Spring Boot Serverless CRUD API to AWS Lambda and API Gateway

464 views

9 months ago