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!
@KennyomarGarcia2 жыл бұрын
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!
@WesDoyle2 жыл бұрын
I had a similar issue in VS. If I get it working, I’ll post! Thanks for watching.
@KennyomarGarcia2 жыл бұрын
@@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 😊
@WesDoyle2 жыл бұрын
@@KennyomarGarcia you need to make sure your Lambda function has this permission to work with DynamoDB. Note this is covered in this video! 😄
@KennyomarGarcia2 жыл бұрын
Solved. For anyone having the same issue. In Postman I was sending the POST request with text body instead of Json.
@awsdev90002 жыл бұрын
Hey Wes! Thanks a lot for your videos. Could you add the source code too?