Use DynamoDB with .NET 6 and CloudFormation

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 11

  • @KennyomarGarcia
    @KennyomarGarcia 2 года назад +2

    Hey Wes, thank you so much for the new content. Amazing as always. I'm having issues with VS and the YAML template file. Do you have any resource (video, text, or other) that might shine a little light on this issue? Is it a VS common issue with YAML? Thank you so much for the awesome content as always!

    • @KennyomarGarcia
      @KennyomarGarcia 2 года назад

      I grabbed a template from AWS for the json template and fixed mine. (I used json instead of yaml). Great tutorial. Thanks for sharing your knowledge with others!

    • @WesDoyle
      @WesDoyle  2 года назад +1

      I had a similar issue in VS. If I get it working, I’ll post! Thanks for watching.

    • @KennyomarGarcia
      @KennyomarGarcia 2 года назад +1

      @@WesDoyle I got the template working last night :) I'm trying to resolve a permissions issue now. I'm getting a AmazonDynamoDBException: [Role] is not authorized to perform: dynamodb:DescribeTable on resource: [resource arn] because no identity-based policy allows the dynamodb:DescribeTable action. This is my first exposure to AWS so no idea what to do, I'll keep digging, but if you know and reply I'll be eternally grateful 😊

    • @WesDoyle
      @WesDoyle  2 года назад +1

      @@KennyomarGarcia you need to make sure your Lambda function has this permission to work with DynamoDB. Note this is covered in this video! 😄

    • @KennyomarGarcia
      @KennyomarGarcia 2 года назад

      Solved. For anyone having the same issue. In Postman I was sending the POST request with text body instead of Json.

  • @DanielTames
    @DanielTames 2 года назад +1

    Thank you for the content Wes!

  • @awsdev9000
    @awsdev9000 Год назад

    Hey Wes! Thanks a lot for your videos. Could you add the source code too?

  • @jonathanacevedo5141
    @jonathanacevedo5141 Год назад

    Excellent!!!! Any new videos coming soon??

  • @2005Azm
    @2005Azm Год назад

    Wonderful