aws-cloudformation / aws-cloudformation/cloudformation-cli
List handler time out issue
Open
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
I implemented the list handler for resource AWS::CodeGuruReviewer::RepositoryAssociation. Our service uses DynamoDB and the list handler will call the api as long as the nextToken is not null.
In our prod account, as the canary test, the amount of data is large and caused the registration verification test failed.
In contract test, can we check whether the resource has found, if found, no list call anymore?
Contributor guide
Assessment
This issue has not been assessed yet.