You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
?The text was updated successfully, but these errors were encountered: