Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Waiters #1336

Open
costleya opened this issue Jul 8, 2019 · 4 comments
Open

Implement Waiters #1336

costleya opened this issue Jul 8, 2019 · 4 comments
Labels
cross-sdk-parity feature-request A feature should be added or improved. module/sdk-core p2 This is a standard priority issue queued

Comments

@costleya
Copy link
Contributor

costleya commented Jul 8, 2019

Other AWS SDKs have "waiters," that allow developers to verify that a resource is in a desired state before their program proceeds. For example, ensuring a new DynamoDB table is in an "ACTIVE" state before attempting to write to it. Currently, .NET developers need to write a while loop, and manage retries, and know the needed state (via documentation) to achieve the same result as what is provided via waiters.

@matteo-prosperi
Copy link
Contributor

Also requested for AWS Tools for PowerShell in aws/aws-tools-for-powershell#52

@github-actions
Copy link

We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.

@github-actions github-actions bot added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Aug 11, 2022
@Kralizek
Copy link
Contributor

It would be cool to have this support baked into the SDK

@github-actions github-actions bot removed the closing-soon This issue will automatically close in 4 days unless further comments are made. label Aug 12, 2022
@ghost
Copy link

ghost commented Sep 9, 2022

Just came here from aws/aws-tools-for-powershell#52 with hope of seeing this being progressed.

@ashishdhingra ashishdhingra added the p2 This is a standard priority issue label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cross-sdk-parity feature-request A feature should be added or improved. module/sdk-core p2 This is a standard priority issue queued
Projects
None yet
Development

No branches or pull requests

6 participants