An Introduction to AWS DynamoDB (Accessing DynamoDB data from .NET Core AWS Lambda Function)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 26

  • @PiterMorbid
    @PiterMorbid 3 ปีที่แล้ว +1

    Thanks for this practical intro. This has been very useful to me.

  • @salmankhalid2549
    @salmankhalid2549 2 ปีที่แล้ว

    Really helpful for me all of your AWS Tutorials thanks for sharing

  • @mateuscosta6707
    @mateuscosta6707 3 ปีที่แล้ว

    Thanks a lot. This series will be my preparation for a hackathon.

  • @Tanghero123
    @Tanghero123 3 ปีที่แล้ว

    Thanks, I am liking this video series on AWS

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 ปีที่แล้ว

      @Christopher Tanghare, thanks! I am hoping this will help .NET developers to understand AWS serverless features.

  • @mahendranchinnaiah7593
    @mahendranchinnaiah7593 3 ปีที่แล้ว

    Thanks much. Appreciate your effort

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 ปีที่แล้ว

      @Mahendran Chinnaiah, thanks for watching as always!

  • @leantruts
    @leantruts 2 ปีที่แล้ว

    Where is the DemoFuncion.cs file used in the final of the video? Can you share a link with this?

    • @leantruts
      @leantruts 2 ปีที่แล้ว +1

      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!

  • @quangan9896
    @quangan9896 2 ปีที่แล้ว

    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.

    • @DotNetCoreCentral
      @DotNetCoreCentral  2 ปีที่แล้ว +1

      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.

  • @bhanuprakash4898
    @bhanuprakash4898 3 ปีที่แล้ว

    Can you do other functions get item, update item, delete item etc

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 ปีที่แล้ว +1

      @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.

  • @donatsalihu7739
    @donatsalihu7739 3 ปีที่แล้ว

    Hi, is there any way to get the dynamodb data in csv

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 ปีที่แล้ว

      @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.

    • @donatsalihu7739
      @donatsalihu7739 3 ปีที่แล้ว

      @@DotNetCoreCentral thanks!

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 ปีที่แล้ว

      @@donatsalihu7739 you are welcome!

  • @abhishekprasad5165
    @abhishekprasad5165 3 ปีที่แล้ว

    Thanks a lot.

  • @Chris-kt9vr
    @Chris-kt9vr 3 ปีที่แล้ว

    Thanks!