mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
ResourcesGuide: Specify resource type
Specify type in example for overwriting resource.
This commit is contained in:
parent
c95451be87
commit
f4b0752f4e
@ -111,6 +111,7 @@ functions:
|
||||
resources:
|
||||
Resources:
|
||||
WriteDashPostLogGroup:
|
||||
Type: AWS::Logs::LogGroup
|
||||
Properties:
|
||||
RetentionInDays: "30"
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user