Skip to content

Commit 1973189

Browse files
author
Venkata Satyanarayana Chivatam
committed
edit permissions of Kendra
1 parent 9358612 commit 1973189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/lib/infra-stack.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ export class PennyInfraStack extends cdk.Stack {
342342
actions: [
343343
'logs:DescribeLogGroups',
344344
'logs:CreateLogGroup',
345-
'logs:PutLogEvents'
345+
'logs:PutLogEvents',
346+
'logs:CreateLogStream'
346347
],
347348
resources: [
348349
`arn:aws:logs:${this.region}:${this.account}:log-group:/aws/kendra/*`,

0 commit comments

Comments
 (0)