We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab8169 commit 0cc903cCopy full SHA for 0cc903c
README.md
@@ -82,4 +82,8 @@ functions:
82
### System Log Levels
83
- DEBUG: Detailed information about the Lambda system
84
- INFO: General information about the Lambda system
85
-- WARN: Warnings about the Lambda system
+- WARN: Warnings about the Lambda system
86
+
87
+## License
88
89
+This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-configure-lambda-logs",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Serverless Framework plugin to configure Lambda logging settings",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments