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

preview_player
Показать описание
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 from scratch using Maven, how to write the serverless function using Java, and finally how to build and deploy the function to AWS.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

Love these videos Dan, keep em coming! Doing the community a favour. big time.

James-tolh
Автор

Very good! Let's see more advances java lambda function video.

mvlad
Автор

Dan Vega's video = upvote. Thanks man!

MarcoDebernardi-xjsv
Автор

This is great Dan! Please make more JAVA/AWS Lambda vids.

DannyONealCodes
Автор

This is superb, Dan! Crystal clear and right to the point!

huaqian
Автор

* link to the repo included. Great tutorial!

sparkleasing
Автор

You cant imagine how much I grateful to you for this videos. Thank you a lot for your amazing job!

ЕвгенийЧижиков-нъ
Автор

7:44 The file name specified in the terminal is not the filename you're pointing your mouse at in the directory. And then you file you uploaded was the ORIGINAL file, and not the SHADED one that replaced it. It's stuff like this that confuses me. Aren't those two different files? If the file names are intentionally different, that seems like something to mention.
Why is the filename in the terminal different from the ones in the directory?
If the point was to replace the ORIGINAL jar with the SHADED jar, why did you then upload the ORIGINAL jar instead?

ChazWinter
Автор

I love you Dan, maximum useful video. Thanks.

vatvalusha
Автор

Thanks for the video. This helps a lot.

vaidyaakshay
Автор

Great video! Would love to know more about Lambda, perhaps a bit complicated, or a real-world example will greatly help.

PrashantZombade
Автор

Thank you very much! Great tutorial!!!

AlexeySilichenko
Автор

I'd like to see more like this great tutorial thanks dear

ahmedbishree
Автор

how to install maven shade plugin for intelliJ?

himalaygswm
Автор

Great video! I guess maven shade plugin is meant to be used to create uber jar for non Spring Boot apps, because Spring Boot uses spring-boot-maven-plugin, is that correct?
Also just as a food for thought, why is maven shade not used by default for Spring? Any advantages of the spring-boot-maven plugin? Or it is built on top of maven shade plugin?

AleksandarT
Автор

In the 1st example, i don't understand when you 'test' using empty string, and 'test' succeed. what test is it? is the lambda running the junit test you write earlier, because it's also packed in the jar? or it's just calling the handler deployed in aws and see that SOME response is coming back (but not verifying the value of response)?

yunlin
Автор

Superb. Thank you
Do you know if there is a way to configure your AWS lambda account, to tell Amazon a max dollar amount you want to spend, and then if you accidentally exceed that amount with your resources, they either immediately notify you, or just simply shut down your site? I'd prefer it works that way.

I'd hate to get a big surprise bill from amazon, because I didn't know my code was very inefficient, and the code was spending too much time during a function invocation.

coderlicious
Автор

I can't understand why your jar is sno small (2.5KB). My Jar is 16.

togerait
Автор

There is no link to the repo (as promised in the video). Don't waste time here.

sparkleasing