From b4edac126d51c8d104ec7ae8baffb86f77d1100a Mon Sep 17 00:00:00 2001 From: Katsuhito Iwai Date: Sat, 14 Mar 2020 17:05:30 +0900 Subject: [PATCH] fix(README): should specify the role's ARN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903c40fa..4ba26b9b 100644 --- a/README.md +++ b/README.md @@ -1088,7 +1088,7 @@ stepFunctions: stateMachines: hello: role: - Ref: StateMachineRole + Fn::GetAtt: ["StateMachineRole", "Arn"] definition: ...