mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #3335 from marcusmolchany/patch-1
Update resources.md
This commit is contained in:
commit
d0b1195cff
@ -52,7 +52,7 @@ You can overwrite/attach any kind of resource to your CloudFormation stack. You
|
||||
|
||||
To have consistent naming in the CloudFormation Templates that get deployed we use a standard pattern:
|
||||
|
||||
`{Function Name}{Cloud Formation Resource Type}{ResourceName}{SequentialID or Random String}`
|
||||
`{Function Name}{Cloud Formation Resource Type}{Resource Name}{SequentialID or Random String}`
|
||||
|
||||
* `Function Name` - This is optional for Resources that should be recreated when the function name gets changed. Those resources are also called *function bound*
|
||||
* `Cloud Formation Resource Type` - E.g., S3Bucket
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user