You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you specify a path like /users/{userId}, SAM creates a permission for the source arn ending with "/users/{userId}". I believe this should be "/users/*". Setting path to /users/* works, but not documented/obvious.