Skip to content

Commit

Permalink
Fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed May 29, 2020
1 parent 9ff679c commit cd22dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Globals:
MIN_CONFIDENCE: !Ref MinConfidence
OBJECTS_OF_INTEREST_LABELS: !Join [",", !Ref ObjectsOfInterestLabels]
REGION: !Ref AWS::Region
VERSION: '0.1'
VERSION: '0.2'
Api:
EndpointConfiguration: REGIONAL
Cors:
Expand Down Expand Up @@ -262,6 +262,8 @@ Resources:
CollectionId: !Ref ResourcePrefix
- S3WritePolicy:
BucketName: !Ref WebUIBucket
- S3ReadPolicy:
BucketName: !Sub solution-builders-${AWS::Region}

FacesTable:
Type: AWS::DynamoDB::Table
Expand Down

0 comments on commit cd22dc4

Please sign in to comment.