Closed rddefauw closed 5 years ago
The instructions show these lines for the new Lambda function role:
Role: Fn::ImportValue: !Join ['-', [!Ref 'ProjectId', !Ref 'AWS::Region', 'LambdaTrustRole']]
That doesn't work. The role should be defined in the same way as the HelloWorld service
fixed in #31
The instructions show these lines for the new Lambda function role:
That doesn't work. The role should be defined in the same way as the HelloWorld service