Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
liusongdu opened this issue May 9, 2020 · 3 comments · Fixed by #1117
Labels
bug This issue is a bug. effort/small Small work item – less than a day of effort p1

Comments

@liusongdu
Copy link

liusongdu commented May 9, 2020

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 liusongdu changed the title Around line 90 of the file vim app_sync_cdk/app_sync_cdk_stack.py may need to modified as below ARN arn:aws:iam::aws:policy/arn:aws:iam::aws:policy/AmazonDynamoDBFullAccess is not valid. (Service: AmazonIdentityManagement; Status Code: 400; Error Code: InvalidInput May 9, 2020
@SomayaB SomayaB added the bug This issue is a bug. label May 12, 2020
@rix0rrr rix0rrr assigned NGL321 and unassigned rix0rrr May 13, 2020
@rix0rrr
Copy link
Contributor

rix0rrr commented May 13, 2020

I think they're right.

@NGL321 NGL321 added the p1 label Jun 16, 2020
@NGL321 NGL321 added the effort/small Small work item – less than a day of effort label Sep 7, 2020
@NGL321 NGL321 removed their assignment Jul 19, 2021
kaiz-io pushed a commit to kaiz-io/kaiz-aws-cdk-examples that referenced this issue Dec 27, 2024
Copy link

⚠️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.

1 similar comment
Copy link

⚠️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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. effort/small Small work item – less than a day of effort p1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants