diff --git a/src/models.ts b/src/models.ts index 75ea7cb..bac39a2 100644 --- a/src/models.ts +++ b/src/models.ts @@ -74,7 +74,7 @@ export function getTargetStepFunctionIAMRole(): Record { return { Statement: { Effect: "Allow", - Action: ["states:StartExecution"], + Action: ["states:StartExecution", "states:StartSyncExecution"], Resource: "*", }, };