Комментарии:
hey, i have some queries.
Ответить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
Ответитьvery well explained Lipsa
ОтветитьExcellent video do you know how can we automate the testing of dynamoDB using java
ОтветитьThanks for this series ❤
ОтветитьMam you didn't write update operation.
Ответить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)"
]
}
Excellent training! Very good explanation in detailed way!! Congratulations !!!
Ответитьvery good super information i learned everything from videos.
ОтветитьThe best I have saw so far. Help me a lot to speed up my skills. Thanks a lot
ОтветитьI am getting this exception while saving data in Dynamo DB
java.lang.ClassNotFoundException: aws.lamda.example.aws.lamda.dynamo.DB.LambdaHandler