Skip to content

Commit 5dc95b9

Browse files
committed
fix: template error while using distributed_map
1 parent 1c0b347 commit 5dc95b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/deploy/stepFunctions/compileIamRole.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ function getStepFunctionsPermissions(state) {
314314
let stateMachineArn = state.Mode === 'DISTRIBUTED' ? {
315315
'Fn::Sub': [
316316
`arn:aws:states:\${AWS::Region}:\${AWS::AccountId}:stateMachine:${state.StateMachineName}`,
317+
{},
317318
],
318319
} : null;
319320

0 commit comments

Comments
 (0)