AmazonServiceException: User is not authorized to perform: dynamodb:DescribeTable Status Code: 400; Error Code: AccessDeniedException

前端 未结 3 903
一向
一向 2021-02-05 11:38

I had originally thought that this issue was due to mismatching regions, but after changing the region, I\'m still coming across the following error when trying out an Amazon AW

3条回答
  •  醉梦人生
    2021-02-05 12:21

    Worked with an Amazon engineer and it turns out the problem was in the policy configuration:

    "dynamodb: *"
    

    should be

    "dynamodb:*"
    

    It's amazing what a space can do.

提交回复
热议问题