Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Attribute value for Serverless::Function #16

Closed
heitorlessa opened this issue Nov 22, 2016 · 3 comments
Closed

Typo in Attribute value for Serverless::Function #16

heitorlessa opened this issue Nov 22, 2016 · 3 comments

Comments

@heitorlessa
Copy link
Contributor

Hi,

There is currently a typo in the attribute value returned out of a Serverless:Function resource - It should be Arn instead of FunctionArn.

This works

Outputs:
    MyFunction:
      Description: "My Function ARN"
      Value: !GetAtt MyFunctionResource.Arn

This doesn't work

Outputs:
    MyFunction:
      Description: "My Function ARN"
      Value: !GetAtt MyFunctionResource.FunctionArn
@sanathkr
Copy link
Contributor

Good catch. Can you fix it and send a PR please?

@heitorlessa
Copy link
Contributor Author

@sanathkr Created here: #17

@sanathkr
Copy link
Contributor

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants