Skip to content

Commit

Permalink
Merge pull request #3 from belonio/fix/PE2-2278_Permissions
Browse files Browse the repository at this point in the history
fix(): Missing Step Function Action.
  • Loading branch information
joern-belonio authored Jul 15, 2024
2 parents 0e47734 + 9e0e176 commit 37601e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function getTargetStepFunctionIAMRole(): Record<string, any> {
return {
Statement: {
Effect: "Allow",
Action: ["states:StartExecution"],
Action: ["states:StartExecution", "states:StartSyncExecution"],
Resource: "*",
},
};
Expand Down

0 comments on commit 37601e2

Please sign in to comment.