Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WARNING: Inappropriate call of provider.request() #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nason
Copy link

@nason nason commented Feb 23, 2021

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.

This was resulting in `WARNING: Inappropriate call of provider.request()`
output during deploy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant