I've created the file. For anyone can do this, it's necessary to use the following dependencies: Amazon.Lambda.APIGatewayEvents, Amazon.Lambda.Core, Newtonsoft.Json. Good Luck!
Thanks for your share! Could you please take a look at my question here. I wrote var db = new AmazonDynamoDBClient(); in my code but this line took over 2 seconds to create the instance and it looks like a very bad performance. Do you have any idea on this issue? Thanks again.
It depends on how you are set up, are you running the code locally? and if you are which region do you belong to and is there any latency between your region and the AWS region you are using, all these will impact. In general, DynamoDB provides a single-digit millisecond response when run in AWS.
@Bhanu Prakash, in this video th-cam.com/video/SQiLH2wXK3w/w-d-xo.html, I have covered how to create items. Create and Update for DynamoDB uses the same underlying API since it's always an Upsert. For Delete item I will share some materials.
Thanks for this practical intro. This has been very useful to me.
@Piter Machado, thanks for watching!
Really helpful for me all of your AWS Tutorials thanks for sharing
Thanks for watching!
Thanks a lot. This series will be my preparation for a hackathon.
@Mateus Costa, thanks for watching!
Thanks, I am liking this video series on AWS
@Christopher Tanghare, thanks! I am hoping this will help .NET developers to understand AWS serverless features.
Thanks much. Appreciate your effort
@Mahendran Chinnaiah, thanks for watching as always!
Where is the DemoFuncion.cs file used in the final of the video? Can you share a link with this?
I've created the file. For anyone can do this, it's necessary to use the following dependencies: Amazon.Lambda.APIGatewayEvents, Amazon.Lambda.Core, Newtonsoft.Json. Good Luck!
Thanks for your share! Could you please take a look at my question here. I wrote var db = new AmazonDynamoDBClient(); in my code but this line took over 2 seconds to create the instance and it looks like a very bad performance. Do you have any idea on this issue? Thanks again.
It depends on how you are set up, are you running the code locally? and if you are which region do you belong to and is there any latency between your region and the AWS region you are using, all these will impact. In general, DynamoDB provides a single-digit millisecond response when run in AWS.
Can you do other functions get item, update item, delete item etc
@Bhanu Prakash, in this video th-cam.com/video/SQiLH2wXK3w/w-d-xo.html, I have covered how to create items. Create and Update for DynamoDB uses the same underlying API since it's always an Upsert.
For Delete item I will share some materials.
Hi, is there any way to get the dynamodb data in csv
@Donat Salihu, you can do that per page from the console. Or you can use AWS Glu to get the data from DynamoDB into S3 in CSV format.
@@DotNetCoreCentral thanks!
@@donatsalihu7739 you are welcome!
Thanks a lot.
@Abhishek Prasad, thanks for watching!
Thanks!
@Chris, thanks for watching!