Matt Stibbard
07/11/2021, 9:59 AMServerless: Deprecation warning: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type for introduced options:
- ServerlessPlugin for "out"
Please report this issue in plugin issue tracker.
Starting with next major release, this will be communicated with a thrown error.
More Info: <https://www.serverless.com/framework/docs/deprecations/#CLI_OPTIONS_SCHEMA>
thdxr
07/11/2021, 2:20 PMMatt Stibbard
07/12/2021, 12:56 AMserverless invoke local --function hello
Jay
serverless.yml
?Matt Stibbard
07/12/2021, 2:15 AM"devDependencies": {
"@types/aws-lambda": "^8.10.78",
"@types/jest": "^26.0.24",
"serverless-bundle": "4.3.1",
"serverless-dotenv-plugin": "^3.9.0",
"serverless-offline": "^7.0.0"
},
"dependencies": {}
Matt Stibbard
07/12/2021, 2:15 AMJay
Tim
08/17/2021, 10:53 PM