How to build a Java Lambda Function from Scratch | Lambda, Java, Maven, IntelliJ

preview_player
Показать описание
In this video, I talked about how to build a aws lambda function using java and use maven to compile it.

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

It's ok Felix, good job!, but could you explain how to test it locally?

oswaldorojas
Автор

thank you for your tutorial!! I am newbie in learning about aws and was grateful to find your videos! already try this tutorial and it worked perfectly,

TechMalaya
Автор

Thanks, congratulation for your tutorial.

juliosantos
Автор

Hi Felix, I have been trying "Using Amazon Rekognition and Lambda to tag assets in an Amazon S3 bucket" and got the following logs
{
"errorMessage": "RequestId: Error: Runtime exited with error: exit status 1",
"errorType": "Runtime.ExitError"
}

Just wondering if you could kindly point me in the right direction. Many thanks.

ansercoder
Автор

It gives the following error:
{
"errorMessage": "Class not found: handler.LambdaHandler",
"errorType":
}

sharjeeltariq