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 fb5beb3 commit 3ae2414Copy full SHA for 3ae2414
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-api-gateway-integration-timeout",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Serverless Framework plugin to set API Gateway integration timeout directly in http events",
5
"main": "index.js",
6
"scripts": {
@@ -22,7 +22,7 @@
22
"license": "MIT",
23
"dependencies": {},
24
"peerDependencies": {
25
- "serverless": ">=2.0.0"
+ "serverless": "3.40.0"
26
},
27
"repository": {
28
"type": "git",
0 commit comments