Skip to content

Commit 8a6629f

Browse files
committed
fix: no cloudwatch log for DescribeExecution
1 parent 14b54e2 commit 8a6629f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/deploy/events/cloudWatchEvent/compileCloudWatchEventEvents.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ module.exports = {
123123
{
124124
"Effect": "Allow",
125125
"Action": [
126-
"states:StartExecution",
127-
"states:DescribeExecution"
126+
"states:StartExecution"
128127
],
129128
"Resource": {
130129
"Ref": "${stateMachineLogicalId}"

0 commit comments

Comments
 (0)