This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
AWS GO SDK's CLOUDWATCH MODULE LIMIT NOT RESPECTED IN cloudwatchlogs.StartQueryInput struct #66
Closed
3 tasks done
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Query Limit value mentioned in cloudwatchlogs.StartQueryInput Struct is not being respected in StartQuery method.
Example:-
This always retrieves only 1000 records irrespective of the mentioned limit. But If we mention the limit in query itself then it works.
Thanks in advance!!
Version of AWS SDK for Go?
Example: v1.29.22
aws.SDKVersion
in your code after importing"github.com/aws/aws-sdk-go/aws"
latest stable one
Version of Go (
go version
)?1.14.4
To Reproduce (observed behavior)
Steps to reproduce the behavior (please share code or minimal repo)
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: