I am trying to access DynamoDB from my Node app deployed on AWS ElasticBeanStalk. I am getting an error "User is not authorized to perform: dynamodb:PutItem on resource"
It works perfectly fine locally, only when I deploy to the AWS it stops performing.
Anyone knows the fix? Thanks in advance!