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
Please change the default value of :next_token to nil when using stub_responses to provide a better default experience by avoiding apparent duplication of responses when using the Resource interface.
When I stub a describe_instances response to contain 1 ec2 instance, for example, it is confusing to get back two from Aws::Resource::EC2#instances.
Please change the default value of
:next_token
tonil
when usingstub_responses
to provide a better default experience by avoiding apparent duplication of responses when using theResource
interface.When I stub a
describe_instances
response to contain 1 ec2 instance, for example, it is confusing to get back two fromAws::Resource::EC2#instances
.Recommended by @trevorrowe
See jkanywhere/aws-ruby-sample@189dadf and aws-samples/aws-ruby-sample#3 for context.
If you point me at the correct class or file that handles this feature I am happy to try my hand at resolving this.
The text was updated successfully, but these errors were encountered: