Skip to content

Commit

Permalink
Fixes reference issues #1
Browse files Browse the repository at this point in the history
  • Loading branch information
sliedig committed Apr 26, 2019
1 parent 98fe84f commit bab6e90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{ cookiecutter.solution_name }}/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Outputs:
Value: !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/proxy"
{%- endif %}

{{ cookiecutter.project_name }}Arn:
{{ cookiecutter.project_name }}FunctionArn:
Description: "{{ cookiecutter.project_name }} Lambda Function ARN"
Value: !GetAtt {{ cookiecutter.project_name }}.Arn
Value: !GetAtt {{ cookiecutter.project_name }}Function.Arn

{{ cookiecutter.project_name }}IamRole:
{{ cookiecutter.project_name }}FunctionIamRole:
Description: "Implicit IAM Role created for {{ cookiecutter.project_name }} function"
Value: !GetAtt {{ cookiecutter.project_name }}Role.Arn
Value: !GetAtt {{ cookiecutter.project_name }}FunctionRole.Arn

0 comments on commit bab6e90

Please sign in to comment.