Add translation for product names (#74)
This commit is contained in:
@@ -185,6 +185,11 @@ Resources:
|
||||
Action:
|
||||
- s3:*
|
||||
Resource: !Sub arn:aws:s3:::${UploadBucket}
|
||||
- Effect: Allow
|
||||
Action:
|
||||
- 'comprehend:DetectDominantLanguage'
|
||||
- 'translate:TranslateText'
|
||||
Resource: '*'
|
||||
|
||||
# A role for the containers
|
||||
TaskRole:
|
||||
|
||||
Reference in New Issue
Block a user