Skip to content

Instantly share code, notes, and snippets.

@mf-contino
Last active February 15, 2021 11:07
Show Gist options
  • Save mf-contino/336ace88fec67e1b5d4968435a2885e0 to your computer and use it in GitHub Desktop.
Save mf-contino/336ace88fec67e1b5d4968435a2885e0 to your computer and use it in GitHub Desktop.
cf-dynamodb-scan-policy-consumer
AWSTemplateFormatVersion: '2010–09–09'
Description: 'module client'
Resources:
ScannerRole:
Type: myorg::IAM::DynamoDBScannerPolicyV1::MODULE
Properties:
TableArn: arn:aws:dynamodb:us-east-1:123456789012:table/table1
NamePrefix: client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment