【发布时间】:2021-07-18 19:42:58
【问题描述】:
我使用 AWS Lambda 作为根账户。但是当我尝试在 lambda 中添加 dynamo-db 作为触发器时,AWS 说发生了一些权限错误。
Please ensure the role can perform the GetRecords, GetShardIterator, DescribeStream, ListShards, and ListStreams Actions on your stream in IAM.
我使用的是root账号,为什么会出现权限错误? 我要使用root帐号
【问题讨论】:
标签: amazon-web-services aws-lambda amazon-dynamodb