You first Java AWS Lambda function in less than 5 minutes

preview_player
Показать описание
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. We create a simple class with a simple method and don't import any Maven projects and we don't use any special AWS libraries. Just a simple method, packaged in a JAR and exported from Eclipse.

Then we upload that to the AWS Lambda page, edit the runtime with the class and package name, and then test.

Voila! A simple Java AWS Lambda function deployed in less than 5 minutes. It's pretty spectacular!
Рекомендации по теме
Комментарии
Автор

You have the best tutorials on YouTube man

lucasrocha
Автор

Thanks for the happy and straight-forward instructions. Keep up the good work man =)
Kudos from Brazil

HugoCaen
Автор

Man, it was hard Af to find a simple explanation like yours, keep it up😅

aleandromatteoni
Автор

I did a full write-up on Java based AWS Lambda functions over on TheServerSide. Check it out for more details:

cameronmcnz