serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

Fix WARNING: Inappropriate call of provider.request()

Open nason opened this issue 4 years ago • 0 comments

The serverless provider.request() api has changed since this plugin was written. This was resulting in WARNING: Inappropriate call of provider.request() output during deploys.

While it is possible to pass options.region, I didn't think it was very likely that these requests would need to go to a region other than the one the stack is deployed to, so I removed these options from the request calls.

nason avatar Feb 23 '21 03:02 nason