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

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

Easy 2 Excel

1 год назад

4,999 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@piyushakotkar9369
@piyushakotkar9369 - 24.02.2023 13:04

hey, i have some queries.

Ответить
@lokeshmurge
@lokeshmurge - 14.04.2023 15:52

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

Ответить
@vineetkapil4842
@vineetkapil4842 - 13.05.2023 13:18

very well explained Lipsa

Ответить
@syedislam2101
@syedislam2101 - 26.06.2023 04:32

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

Ответить
@sourabhissourabh
@sourabhissourabh - 15.07.2023 17:54

Thanks for this series ❤

Ответить
@mujtabakhan30
@mujtabakhan30 - 28.09.2023 07:09

Mam you didn't write update operation.

Ответить
@KrishnaVlogs898
@KrishnaVlogs898 - 18.11.2023 07:12

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)",
"java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
"java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)",
"java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)",
"java.base/java.lang.reflect.Method.invoke(Unknown Source)"
]
}

Ответить
@cristianoborgesdeoliveira3900
@cristianoborgesdeoliveira3900 - 14.02.2024 04:34

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

Ответить
@KiranKumar-i3x
@KiranKumar-i3x - 26.02.2024 04:21

very good super information i learned everything from videos.

Ответить
@omartini
@omartini - 02.03.2024 02:23

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

Ответить
@vishalkumar-bv9lc
@vishalkumar-bv9lc - 11.06.2024 12:08

I am getting this exception while saving data in Dynamo DB

java.lang.ClassNotFoundException: aws.lamda.example.aws.lamda.dynamo.DB.LambdaHandler

Ответить