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.
1 parent de02993 commit 6c202f9Copy full SHA for 6c202f9
lib/deploy/stepFunctions/compileIamRole.js
@@ -180,7 +180,7 @@ function getLambdaPermissions(state) {
180
}];
181
} else if (_.has(functionName, 'Ref')) {
182
// 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
+ // so you should be able to use Ref here to get the function name
184
return [{
185
action: 'lambda:InvokeFunction',
186
resource: {
0 commit comments