Build a Serverless CRUD REST API (API Gateway + Lambda+ DynamoDB) In JAVA | PART-2 | In 45 minutes

preview_player
Показать описание
Hello friends.
I am Lipsa Patra. I am a software engineer. Welcome to my youtube channel
Easy 2Excel .
In this video series, I will create a complete serverless CRUD REST API using AWS lambda , API Gateway & DynamoDB from scratch and deploy that application and test all the end points through postman.

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

Excellent training! Very good explanation in detailed way!! Congratulations !!!

cristianoborgesdeoliveira
Автор

The best I have saw so far. Help me a lot to speed up my skills. Thanks a lot

omartini
Автор

very good super information i learned everything from videos.

KiranKumar-ix
Автор

Hi Lipsa, excellent video. Could you make a video on how to write unit test for this application or any documents related to it, please share

lokeshmurge
Автор

Excellent video do you know how can we automate the testing of dynamoDB using java

syedislam
Автор

Mam you didn't write update operation.

mujtabakhan
Автор

I am getting this exception while saving data in Dynamo DB


vishalkumar-bvlc
Автор

Hi, I followed all the steps but at the end when I tried to save emp data in dynamodb using postman my data is not getting saved. I am getting the below error.
{
"errorMessage": "java.lang.NullPointerException",
"errorType": "java.lang.NullPointerException",
"stackTrace": [
"com.app.easy2excel.LambdaHandler.handleRequest(LambdaHandler.java:18)",
Method)",
Source)",
Source)",
Source)"
]
}

KrishnaVlogs