cloudformation-cli icon indicating copy to clipboard operation
cloudformation-cli copied to clipboard

List handler time out issue

Open yueny2020 opened this issue 4 years ago • 0 comments

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?

yueny2020 avatar Aug 13 '21 01:08 yueny2020