We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef21aa7 commit 67170c0Copy full SHA for 67170c0
README.md
@@ -11,6 +11,9 @@ plugins:
11
- serverless-plugin-log-retention
12
13
provider:
14
+ name: aws
15
+
16
+custom:
17
logRetentionInDays: 30 # used to set a global value for all functions
18
19
functions:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-plugin-log-retention",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Control the retention of your function's cloudwatch logs.",
5
"main": "add-log-retention.js",
6
"scripts": {
0 commit comments