Skip to content

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

@liusongdu

Description

@liusongdu

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'
    )
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.effort/smallSmall work item – less than a day of effortp1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions