amazon-archives / aws-developer-workshop

This is a self paced workshop to get started on Serverless or Container development using AWS Developer Tools.
Apache License 2.0
9 stars 4 forks source link

Wrong example for role for new service #33

Closed rddefauw closed 5 years ago

rddefauw commented 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

ronaldwidha commented 5 years ago

fixed in #31