Skip to content

Commit

Permalink
Update to Serverless 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Steiner committed Jul 15, 2022
1 parent f811452 commit d4691f5
Show file tree
Hide file tree
Showing 4 changed files with 7,092 additions and 3,215 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "",
"dependencies": {
"path": "^0.12.7",
"serverless": "2.x"
"serverless": "3.x"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"axios": "^0.21.1",
"jest": "^26.6.3",
"serverless-openapi-integration-helper": "^1.1.0",
"serverless-openapi-integration-helper": "^2.0.0",
"serverless-random-gateway-deployment-id": "^1.0.0",
"serverless-plugin-test-helper": "^2.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: myservice

frameworkVersion: '2'
frameworkVersion: '3'

provider:
name: aws
Expand Down
Loading

0 comments on commit d4691f5

Please sign in to comment.