Skip to content

Instantly share code, notes, and snippets.

@RichardDohn
RichardDohn / gist:0430b30fe15d2ca19946a72119570745
Created May 14, 2025 13:07
trust policy for AuthenticatedUserRole
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "sts:AssumeRoleWithWebIdentity",
"Effect": "Allow",
"Principal": {
"Federated": "cognito-identity.amazonaws.com"
},
"Condition": {