Skip to content

Commit

Permalink
feat: upgrade to serverless v3 (#540)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: serverless v2 is no longer supported. It might still work, but bug fixes/new features will mostly be developed for and tested with serverless v3 (important security/bug fixes _may_ be back ported to v2 versions depending on the uptake of v3)

serverless v3 is now a peer dependency, you will get warnings if you are on earlier versions
  • Loading branch information
NoxHarmonium committed May 13, 2022
1 parent 9493a7b commit cf842f0
Show file tree
Hide file tree
Showing 8 changed files with 1,014 additions and 3,622 deletions.
2 changes: 1 addition & 1 deletion example-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"devDependencies": {
"@agiledigital/serverless-sns-sqs-lambda": "file:../",
"serverless": "^2.19.0"
"serverless": "^3.16.0"
}
}
3 changes: 0 additions & 3 deletions example-service/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
service: sns-sqs-service
# Opt-in to the strict config validation that will be default in v3
# See: https://www.serverless.com/framework/docs/deprecations/#new-variables-resolver
variablesResolutionMode: 20210219
# Ensure validation issues are treated as errors
configValidationMode: error

Expand Down

0 comments on commit cf842f0

Please sign in to comment.