Skip to content

Commit 0a2a573

Browse files
committed
fix: typo on log stream resource
1 parent 9d2e21f commit 0a2a573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdkConstructs/src/constructs/StateMachine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class ExpressStateMachine extends Construct {
147147
],
148148
resources: [
149149
logGroup.logGroupArn,
150-
`${logGroup.logGroupArn}:log-stream`
150+
`${logGroup.logGroupArn}:log-stream:*`
151151
]
152152
}),
153153
new PolicyStatement({

0 commit comments

Comments
 (0)