python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a way to retrieve multiple users inline policies in AWS?
I am using
aws iam get-user-policy --user-name Bob --policy-name ExamplePolicy
https://docs.aws.amazon.com/cli/latest/reference/iam/get-user-policy.html
To retrieve a policy. I am wondering if there'...
Lam
Votes: 0
Answers: 1
What does "dynamodb:*Reserved*" do?
This permission is under a deny block. I'm trying to figure out what exactly the reserved is doing here.
taur5abi
Votes: 0
Answers: 2
How to allow access to an api resource with api gateway in aws?
I have an api gateway configuration with cognito authorization.
I enabled a general proxy path for all my api calls which end up with v1.
So all api resources under v1 need to be authorized.
But I hav...
Gustavo
Votes: 0
Answers: 1