aws-cloudformation / aws-cloudformation-resource-providers-codeartifact

The CloudFormation Resource Provider Package for the AWS CodeArtifact service
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeArtifact.html
Apache License 2.0
27 stars 7 forks source link

Adding propagation delay to take into account eventual consistency. #48

Closed jonjara closed 3 years ago

jonjara commented 3 years ago

Issue #, if available:

Description of changes:

Addressing issues when createRepo returns 200 but it's still not available (even after stabilization) with a sleep when we create a repo.

We can fine tune if this is problematic.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.