AWS DynamoDB CONVERTERS | .NET ON AWS | AWS Serverless | Amazon

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ค. 2024
  • Hey 👋DynamoDB supports using custom types in your Documents. Based on your programming language, If there are no direct mapping for these types to Amazon DynamoDB types, you need to specify additional information on how to map them.
    In this video, let’s learn how to use custom types and specify custom converters to be able to save these types to your DynamoDB documents. We will explore the IPropertyConverter and use the FromEntry and ToEntry methods on it to convert a type to and from DynamoDB.
    We will look at saving .NET Enumeration Types as strings and also converting Value Objects to DynamoDB attributes.
    00:00 Introduction
    03:35 .NET Complex Type Property
    05:59 .NET Enumeration Type
    09:28 Enum Converter
    18:59 Value Objects
    22:53 Value Object Converter
    This video is sponsored by AWS and is part of my .NET on AWS Series.
    🔗Source Code - rahulpnath.visualstudio.com/Y...
    🔗 Getting Started with DynamoDB - www.rahulpnath.com/blog/aws-d...
    🔗Value Object - learn.microsoft.com/en-us/dot...
    Additional Watching
    📹AWS DynamoDB - • AWS DynamoDB For The ....
    📹AWS DynamoDB Pagination - • AWS DynamoDB PAGINATIO...
    📹 AWS DynamoDB Querying - • 5 Ways To Query Amazon...
    📹Lambda Udemy Course - bit.ly/aws-lambda-udemy
    📹AWS Credential Management - • AWS CREDENTIALS: How T...
    📹 ASP Series - bit.ly/asp-net-core-series
    📹AWS Series - bit.ly/aws-net-series
    Come say hi! ✋
    🌍 Blog - rahulpnath.com/
    ✉ Subscribe to my Newsletter - www.rahulpnath.com/subscribe
    🐦Twitter - / rahulpnath
    📸Instagram - / rahulpnath
    🛠️ Uses rahulpnath.com/uses
    🎥 Recording Setup and Workflow - www.rahulpnath.com/blog/youtu...
    #amazon #aws #dotnet #dynamodb
  • แนวปฏิบัติและการใช้ชีวิต

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

  • @theITvideos
    @theITvideos ปีที่แล้ว

    Great work mate! You have been up since the crack of dawn 👍

    • @RahulNath
      @RahulNath  ปีที่แล้ว

      Thank you, haha yeah, that's when the house is quietest 😂

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

    Hi sir can we connect on discord
    I have taken the membership but unable to find the discord server also synked the discord with youtube in connections.

    • @RahulNath
      @RahulNath  ปีที่แล้ว

      Hey Pawan , Thank you for supporting me here . Drop me an email hello@rahulpnath.com . Are you using thr same email on discord and TH-cam ? It should be picking it up automatically, but will have a look next when I’m on my computer

  • @user-kt9ow2be5m
    @user-kt9ow2be5m ปีที่แล้ว

    How to create converter for IDictionary

    • @RahulNath
      @RahulNath  ปีที่แล้ว

      By default it should automatically serialize to DynamoDB Json Type. Are you trying to serialize this to a different format? You should be able to write a converter www.rahulpnath.com/blog/dynamodb-custom-converters-dotnet/#net-value-objects-and-dynamodb
      What problem are you facing Sanchita?

    • @user-kt9ow2be5m
      @user-kt9ow2be5m ปีที่แล้ว

      @@RahulNath it writes automatically but while reading it gives exception to convert document to dictionary