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 "Object argument required." error #3

Merged
merged 2 commits into from Apr 12, 2018

Conversation

TsvetanMilanov
Copy link
Owner

There is a small breaking change in the serverless AWS provider api.
The params parameter in the request method is now required. This
happened after adding request cache -
serverless/serverless#4518
The solution is to pass empty object to the request method when we try
to get the rest apis.

Fixes #2

There is a small breaking change in the serverless AWS provider api.
The `params` parameter in the request method is now required. This
happened after adding request cache -
serverless/serverless#4518
The solution is to pass empty object to the request method when we try
to get the rest apis.
@TsvetanMilanov TsvetanMilanov self-assigned this Apr 12, 2018
@TsvetanMilanov TsvetanMilanov merged commit 38f9d42 into master Apr 12, 2018
@TsvetanMilanov TsvetanMilanov deleted the milanov/fix-object-argument-required branch April 12, 2018 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant