I am using this plugin and I am getting this warning with serverless v3.38.0:
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:
- ServerlessDynamoDBPlugin for "seed"
I am using this plugin and I am getting this warning with serverless v3.38.0:
I see that you left out type intentionally https://github.com/raisenational/serverless-dynamodb/blob/master/src/index.ts#L59, but with serverless v4.0.0, this is going to be an error:
You could maybe use type
multiple
?