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

前端 未结 3 915
一向
一向 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:09

    In my case, my table name included a "/" character, which is invalid. Removing the "/" character from the table name resolved the issue.

提交回复
热议问题