-
Notifications
You must be signed in to change notification settings - Fork 862
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
Comments
Also requested for AWS Tools for PowerShell in aws/aws-tools-for-powershell#52 |
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. |
It would be cool to have this support baked into the SDK |
Just came here from aws/aws-tools-for-powershell#52 with hope of seeing this being progressed. |
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.
The text was updated successfully, but these errors were encountered: