Skip to content

Commit 67170c0

Browse files
author
Artificer Entertainment
committed
Documentation fix.
1 parent ef21aa7 commit 67170c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ plugins:
1111
- serverless-plugin-log-retention
1212

1313
provider:
14+
name: aws
15+
16+
custom:
1417
logRetentionInDays: 30 # used to set a global value for all functions
1518

1619
functions:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-log-retention",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Control the retention of your function's cloudwatch logs.",
55
"main": "add-log-retention.js",
66
"scripts": {

0 commit comments

Comments
 (0)