Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SumindaD/d4e49322f57c36ff83a42eef9585f68c to your computer and use it in GitHub Desktop.
Save SumindaD/d4e49322f57c36ff83a42eef9585f68c to your computer and use it in GitHub Desktop.
resources:
Resources:
snsAccessRole:
Type: AWS::IAM::Role
Properties:
RoleName: ${self:custom.snsFullAccessRoleName}
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AmazonSNSFullAccess
AssumeRolePolicyDocument:
Statement:
- Effect: Allow
Principal:
Service:
- textract.amazonaws.com
Action:
- sts:AssumeRole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment