dynamodb: Table.grantStreamRead doesn't grant ListStreams #4996
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
grantStreamRead
documentation says that it will grantListStreams
but in practice it only grantsdynamodb:GetShardIterator, dynamodb:DescribeStream,dynamodb:GetRecords
.Not sure whether it's the documentation or implementation at fault but they seem inconsistent.
Reproduction Steps
Environment
The text was updated successfully, but these errors were encountered: