Skip to content

Commit aa8a688

Browse files
authored
Merge pull request #63 from robizz/invalid-principal-smrole-fix
Invalid principal smrole fix
2 parents 8c4a70e + 689dc6d commit aa8a688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ stepFunctions:
302302
End: true
303303
```
304304
305-
### Catch Failture
305+
### Catch Failure
306306
307307
```yaml
308308
custom:

lib/deploy/stepFunctions/compileIamRole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
'iam-role-statemachine-execution-template.json'))
2222
);
2323
iamRoleStateMachineExecutionTemplate =
24-
iamRoleStateMachineExecutionTemplate.replace('[region]', this.region)
24+
iamRoleStateMachineExecutionTemplate.replace('[region]', this.options.region)
2525
.replace('[PolicyName]', this.getStateMachinePolicyName());
2626

2727
const iamRoleStateMachineLogicalId = this.getiamRoleStateMachineLogicalId();

0 commit comments

Comments
 (0)