Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(doc): IAM Actions must be arrays
Ref issue aws-samples#20. Users observed AccessDeniedException when setting IAM policy "Action": "bedrock:*". Per the IAM grammar, it looks like a single string is only valid for "*": Other actions must be enclosed in an array. https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_grammar.html
- Loading branch information