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

Cannot generate IAM Policy for dynamodb:scan #584

Open
ebisbe opened this issue Sep 6, 2023 · 0 comments
Open

Cannot generate IAM Policy for dynamodb:scan #584

ebisbe opened this issue Sep 6, 2023 · 0 comments

Comments

@ebisbe
Copy link

ebisbe commented Sep 6, 2023

This is a Feature Proposal

Description

For bug reports:

  • What went wrong?
Cannot generate IAM policy statement for Task state { Type: 'Task',
  Next: 'Map',
  Parameters:
   { TableName: { Ref: 'flickrTokens' },
     FilterExpression: '#isSubscribed = :isNotSubscribed',
     ExpressionAttributeNames: { '#isSubscribed': 'isSubscribed' },
     ExpressionAttributeValues: { ':isNotSubscribed': { Bool: false } },
     'ExclusiveStartKey.$': '$.LastEvaluatedKey' },
  Resource: 'arn:aws:states:::aws-sdk:dynamodb:scan' }
  • What did you expect should have happened?
    Generate the proper IAM role

For feature proposals:
Add the line to generate the iam role for scan. Not sure why it has not been added. I need it to scan a users table.

I can do the PR myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant