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 0392eb7 commit 8ea54f0Copy full SHA for 8ea54f0
.gitignore
@@ -55,4 +55,7 @@ typings/
55
.yarn-integrity
56
57
# dotenv environment variables file
58
-.env
+.env
59
+
60
+.idea/
61
+*.iml
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-dependson-plugin",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Serverless plugin that automatically generates DependsOn references for AWS Lambdas to prevent AWS RequestLimitExceeded errors",
5
"author": "Brian Winant",
6
"license": "MIT",
0 commit comments