mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #4082 from serverless/DOCS-OutputExample
Fix Output example in serverless.yml docs
This commit is contained in:
commit
1dfd1ee603
@ -200,5 +200,6 @@ resources:
|
||||
Description: The ARN for the User's Table
|
||||
Value:
|
||||
"Fn::GetAtt": [ usersTable, Arn ]
|
||||
Export: ${self:service}:${opt:stage}:UsersTableArn # see Fn::ImportValue to use in other services and http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html for documentation on use.
|
||||
Export:
|
||||
Name: ${self:service}:${opt:stage}:UsersTableArn # see Fn::ImportValue to use in other services and http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html for documentation on use.
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user