aws-cdk-examples icon indicating copy to clipboard operation
aws-cdk-examples copied to clipboard

ARN arn:aws:iam::aws:policy/arn:aws:iam::aws:policy/AmazonDynamoDBFullAccess is not valid. (Service: AmazonIdentityManagement; Status Code: 400; Error Code: InvalidInput

Open liusongdu opened this issue 5 years ago • 1 comments
trafficstars

Around line 90 of the file vim app_sync_cdk/app_sync_cdk_stack.py may need to modified as below:

items_table_role.add_managed_policy(
    ManagedPolicy.from_aws_managed_policy_name(
        'AmazonDynamoDBFullAccess'
    )
)

liusongdu avatar May 09 '20 05:05 liusongdu

I think they're right.

rix0rrr avatar May 13 '20 09:05 rix0rrr

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Dec 27 '24 23:12 github-actions[bot]

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Dec 27 '24 23:12 github-actions[bot]