Ionic AWS - AccessDeniedException error

I’m just trying to understand Ionic-aws project in these days. I created a new Ionic-AWS project and inside of that project, i created a new no-SQL table from AWS Mobile Hub.

I’m trying to save a record to the table but i get this:
image

1 Like

the credentials you provided to insert object in dynamodb is not have that access to do so.
Goto your AWS account and under role access check the authorization

1 Like

I am having the same issue as @ramensever but I do not understand how check the authorization in role access.