Skip to content

Commit a4c6b4d

Browse files
author
Matt C
committed
add translate permissions into test
1 parent 66e5495 commit a4c6b4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: polly/typescript/test/polly.test.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ test('Polly IAM Policy Created', () => {
2323
"PolicyDocument": {
2424
"Statement": [
2525
{
26-
"Action": "polly:SynthesizeSpeech",
26+
"Action": [
27+
"translate:TranslateText",
28+
"polly:SynthesizeSpeech"
29+
],
2730
"Effect": "Allow",
2831
"Resource": "*"
2932
}]

0 commit comments

Comments
 (0)