Skip to content

Commit 6c202f9

Browse files
docs: corrected comment to talk about Ref
1 parent de02993 commit 6c202f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deploy/stepFunctions/compileIamRole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function getLambdaPermissions(state) {
180180
}];
181181
} else if (_.has(functionName, 'Ref')) {
182182
// because the FunctionName parameter can be either a name or ARN
183-
// so you should be able to use Fn::GetAtt here to get the ARN
183+
// so you should be able to use Ref here to get the function name
184184
return [{
185185
action: 'lambda:InvokeFunction',
186186
resource: {

0 commit comments

Comments
 (0)