We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c4a70e + 689dc6d commit aa8a688Copy full SHA for aa8a688
README.md
@@ -302,7 +302,7 @@ stepFunctions:
302
End: true
303
```
304
305
-### Catch Failture
+### Catch Failure
306
307
```yaml
308
custom:
lib/deploy/stepFunctions/compileIamRole.js
@@ -21,7 +21,7 @@ module.exports = {
21
'iam-role-statemachine-execution-template.json'))
22
);
23
iamRoleStateMachineExecutionTemplate =
24
- iamRoleStateMachineExecutionTemplate.replace('[region]', this.region)
+ iamRoleStateMachineExecutionTemplate.replace('[region]', this.options.region)
25
.replace('[PolicyName]', this.getStateMachinePolicyName());
26
27
const iamRoleStateMachineLogicalId = this.getiamRoleStateMachineLogicalId();
0 commit comments