We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For bug reports:
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' }
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This is a Feature Proposal
Description
For bug reports:
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
The text was updated successfully, but these errors were encountered: