jeremydaly / serverless-cloudside-plugin

Serverless plugin for using cloudside resources during local development
47 stars 16 forks source link

Fix deprecation warning #16

Closed dnicolson closed 3 years ago

dnicolson commented 3 years ago

This pull request fixes the following 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:
 - InvokeCloudside for "function", "cloudStage", "stackName", "path", "data", "raw", "context", "contextPath", "env", "docker", "docker-arg"

Fixes https://github.com/jeremydaly/serverless-cloudside-plugin/issues/15.

jeremydaly commented 3 years ago

Thanks! Published as v1.0.5.